You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2017/11/22 16:26:30 UTC

[3/8] hive git commit: HIVE-18100 : Some tests time out

http://git-wip-us.apache.org/repos/asf/hive/blob/b5ba8273/ql/src/test/results/clientpositive/tez/explainanalyze_1.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/clientpositive/tez/explainanalyze_1.q.out b/ql/src/test/results/clientpositive/tez/explainanalyze_1.q.out
index a02a57c..bc980b6 100644
--- a/ql/src/test/results/clientpositive/tez/explainanalyze_1.q.out
+++ b/ql/src/test/results/clientpositive/tez/explainanalyze_1.q.out
@@ -463,3 +463,61 @@ Stage-0
                   TableScan [TS_3] (rows=500/500 width=178)
                     default@src,y,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"]
 
+PREHOOK: query: SELECT
+TRANSFORM(a.key, a.value) USING 'cat' AS (tkey, tvalue)
+FROM src a join src b
+on a.key = b.key
+PREHOOK: type: QUERY
+PREHOOK: Input: cat
+PREHOOK: Input: default@src
+#### A masked pattern was here ####
+POSTHOOK: query: SELECT
+TRANSFORM(a.key, a.value) USING 'cat' AS (tkey, tvalue)
+FROM src a join src b
+on a.key = b.key
+POSTHOOK: type: QUERY
+POSTHOOK: Input: cat
+POSTHOOK: Input: default@src
+#### A masked pattern was here ####
+PREHOOK: query: explain analyze
+SELECT
+TRANSFORM(a.key, a.value) USING 'cat' AS (tkey, tvalue)
+FROM src a join src b
+on a.key = b.key
+PREHOOK: type: QUERY
+POSTHOOK: query: explain analyze
+SELECT
+TRANSFORM(a.key, a.value) USING 'cat' AS (tkey, tvalue)
+FROM src a join src b
+on a.key = b.key
+POSTHOOK: type: QUERY
+Plan not optimized by CBO.
+
+Vertex dependency in root stage
+Reducer 2 <- Map 1 (SIMPLE_EDGE), Map 3 (SIMPLE_EDGE)
+
+Stage-0
+  Fetch Operator
+    limit:-1
+    Stage-1
+      Reducer 2
+      File Output Operator [FS_9]
+        Transform Operator [SCR_8] (rows=809/1028 width=178)
+          command:cat
+          Merge Join Operator [MERGEJOIN_14] (rows=809/1028 width=178)
+            Conds:RS_3.key=RS_5.key(Inner),Output:["_col0","_col1"]
+          <-Map 1 [SIMPLE_EDGE]
+            SHUFFLE [RS_3]
+              PartitionCols:key
+              Filter Operator [FIL_12] (rows=500/500 width=178)
+                predicate:key is not null
+                TableScan [TS_0] (rows=500/500 width=178)
+                  default@src,a,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"]
+          <-Map 3 [SIMPLE_EDGE]
+            SHUFFLE [RS_5]
+              PartitionCols:key
+              Filter Operator [FIL_13] (rows=500/500 width=87)
+                predicate:key is not null
+                TableScan [TS_1] (rows=500/500 width=87)
+                  default@src,b,Tbl:COMPLETE,Col:COMPLETE,Output:["key"]
+