You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Brock Noland (JIRA)" <ji...@apache.org> on 2014/12/28 20:48:13 UTC

[jira] [Created] (HIVE-9219) Investigate differences for auto join tests in explain after merge from trunk

Brock Noland created HIVE-9219:
----------------------------------

             Summary: Investigate differences for auto join tests in explain after merge from trunk
                 Key: HIVE-9219
                 URL: https://issues.apache.org/jira/browse/HIVE-9219
             Project: Hive
          Issue Type: Sub-task
            Reporter: Brock Noland


{noformat}
diff --git a/ql/src/test/results/clientpositive/spark/auto_join14.q.out b/ql/src/test/results/clientpositive/spark/auto_join14.q.out
index cbca649..830314e 100644
--- a/ql/src/test/results/clientpositive/spark/auto_join14.q.out
+++ b/ql/src/test/results/clientpositive/spark/auto_join14.q.out
@@ -38,9 +38,6 @@ STAGE PLANS:
                     predicate: (key > 100) (type: boolean)
                     Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE
                     Spark HashTable Sink Operator
-                      condition expressions:
-                        0 
-                        1 {value}
                       keys:
                         0 key (type: string)
                         1 key (type: string)
@@ -62,9 +59,6 @@ STAGE PLANS:
                     Map Join Operator
                       condition map:
                            Inner Join 0 to 1
-                      condition expressions:
-                        0 {key}
-                        1 {value}
                       keys:
                         0 key (type: string)
                         1 key (type: string)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)