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 2014/12/11 21:28:08 UTC

svn commit: r1644752 [11/14] - in /hive/trunk: hbase-handler/src/test/results/positive/ ql/src/java/org/apache/hadoop/hive/ql/parse/ ql/src/java/org/apache/hadoop/hive/ql/plan/ ql/src/test/results/clientnegative/ ql/src/test/results/clientpositive/ ql/...

Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin8.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin8.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin8.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin8.q.out Thu Dec 11 20:28:02 2014
@@ -102,9 +102,6 @@ STAGE PLANS:
               predicate: (key is not null and val is not null) (type: boolean)
               Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {val}
-                  1 {key} {val}
                 keys:
                   0 key (type: string)
                   1 key (type: string)
@@ -116,9 +113,6 @@ STAGE PLANS:
               predicate: val is not null (type: boolean)
               Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {_col0} {_col1} {_col5} {_col6}
-                  1 {key}
                 keys:
                   0 _col1 (type: string)
                   1 val (type: string)
@@ -135,9 +129,6 @@ STAGE PLANS:
               Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {key} {val}
-                  1 {key} {val}
                 keys:
                   0 key (type: string)
                   1 key (type: string)
@@ -146,9 +137,6 @@ STAGE PLANS:
                 Map Join Operator
                   condition map:
                        Inner Join 0 to 1
-                  condition expressions:
-                    0 {_col0} {_col1} {_col5} {_col6}
-                    1 {key} {val}
                   keys:
                     0 _col1 (type: string)
                     1 val (type: string)

Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin9.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin9.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin9.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin9.q.out Thu Dec 11 20:28:02 2014
@@ -109,9 +109,6 @@ STAGE PLANS:
               predicate: ((key is not null and val is not null) and (key = '2')) (type: boolean)
               Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {val}
-                  1 {key} {val}
                 keys:
                   0 key (type: string)
                   1 key (type: string)
@@ -123,9 +120,6 @@ STAGE PLANS:
               predicate: val is not null (type: boolean)
               Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {_col0} {_col1} {_col5} {_col6}
-                  1 {key}
                 keys:
                   0 _col1 (type: string)
                   1 val (type: string)
@@ -137,9 +131,6 @@ STAGE PLANS:
               predicate: ((key is not null and val is not null) and (not (key = '2'))) (type: boolean)
               Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {val}
-                  1 {key} {val}
                 keys:
                   0 key (type: string)
                   1 key (type: string)
@@ -156,9 +147,6 @@ STAGE PLANS:
               Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {key} {val}
-                  1 {key} {val}
                 keys:
                   0 key (type: string)
                   1 key (type: string)
@@ -169,9 +157,6 @@ STAGE PLANS:
                   Map Join Operator
                     condition map:
                          Inner Join 0 to 1
-                    condition expressions:
-                      0 {_col0} {_col1} {_col5} {_col6}
-                      1 {key} {val}
                     keys:
                       0 _col1 (type: string)
                       1 val (type: string)
@@ -197,9 +182,6 @@ STAGE PLANS:
               Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {key} {val}
-                  1 {key} {val}
                 keys:
                   0 key (type: string)
                   1 key (type: string)
@@ -210,9 +192,6 @@ STAGE PLANS:
                   Map Join Operator
                     condition map:
                          Inner Join 0 to 1
-                    condition expressions:
-                      0 {_col0} {_col1} {_col5} {_col6}
-                      1 {key} {val}
                     keys:
                       0 _col1 (type: string)
                       1 val (type: string)

Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoin_noskew.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoin_noskew.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/skewjoin_noskew.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/skewjoin_noskew.q.out Thu Dec 11 20:28:02 2014
@@ -45,10 +45,10 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 
           handleSkewJoin: true
+          keys:
+            0 key (type: string)
+            1 key (type: string)
           outputColumnNames: _col0, _col1
           Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE
           File Output Operator
@@ -71,9 +71,6 @@ STAGE PLANS:
         1 
           TableScan
             HashTable Sink Operator
-              condition expressions:
-                0 {0_VALUE_0} {0_VALUE_1}
-                1 
               keys:
                 0 reducesinkkey0 (type: string)
                 1 reducesinkkey0 (type: string)
@@ -85,9 +82,6 @@ STAGE PLANS:
             Map Join Operator
               condition map:
                    Inner Join 0 to 1
-              condition expressions:
-                0 {0_VALUE_0} {0_VALUE_1}
-                1 
               keys:
                 0 reducesinkkey0 (type: string)
                 1 reducesinkkey0 (type: string)

Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoin_union_remove_1.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoin_union_remove_1.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/skewjoin_union_remove_1.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/skewjoin_union_remove_1.q.out Thu Dec 11 20:28:02 2014
@@ -97,9 +97,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
+          keys:
+            0 key (type: string)
+            1 key (type: string)
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -145,9 +145,6 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -233,9 +230,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Right Outer Join0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
+          keys:
+            0 key (type: string)
+            1 key (type: string)
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -281,9 +278,6 @@ STAGE PLANS:
         Join Operator
           condition map:
                Right Outer Join0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -377,9 +371,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
+          keys:
+            0 key (type: string)
+            1 key (type: string)
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -436,9 +430,6 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -531,9 +522,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Right Outer Join0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
+          keys:
+            0 key (type: string)
+            1 key (type: string)
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -590,9 +581,6 @@ STAGE PLANS:
         Join Operator
           condition map:
                Right Outer Join0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoin_union_remove_2.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoin_union_remove_2.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/skewjoin_union_remove_2.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/skewjoin_union_remove_2.q.out Thu Dec 11 20:28:02 2014
@@ -122,10 +122,10 @@ STAGE PLANS:
           condition map:
                Inner Join 0 to 1
                Inner Join 0 to 2
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
-            2 {KEY.reducesinkkey0} {VALUE._col0}
+          keys:
+            0 key (type: string)
+            1 key (type: string)
+            2 key (type: string)
           outputColumnNames: _col0, _col1, _col5, _col6, _col10, _col11
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -184,10 +184,6 @@ STAGE PLANS:
           condition map:
                Inner Join 0 to 1
                Inner Join 0 to 2
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
-            2 {KEY.reducesinkkey0} {VALUE._col0}
           outputColumnNames: _col0, _col1, _col5, _col6, _col10, _col11
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoinopt1.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoinopt1.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/skewjoinopt1.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/skewjoinopt1.q.out Thu Dec 11 20:28:02 2014
@@ -84,9 +84,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
+          keys:
+            0 key (type: string)
+            1 key (type: string)
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -155,9 +155,6 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -243,9 +240,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Right Outer Join0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
+          keys:
+            0 key (type: string)
+            1 key (type: string)
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -314,9 +311,6 @@ STAGE PLANS:
         Join Operator
           condition map:
                Right Outer Join0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -402,9 +396,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 
-            1 
+          keys:
+            0 key (type: string)
+            1 key (type: string)
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           File Output Operator
             compressed: false
@@ -487,9 +481,6 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 
-            1 
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           File Output Operator
             compressed: false
@@ -557,9 +548,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Right Outer Join0 to 1
-          condition expressions:
-            0 
-            1 
+          keys:
+            0 key (type: string)
+            1 key (type: string)
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           File Output Operator
             compressed: false
@@ -642,9 +633,6 @@ STAGE PLANS:
         Join Operator
           condition map:
                Right Outer Join0 to 1
-          condition expressions:
-            0 
-            1 
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           File Output Operator
             compressed: false

Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoinopt10.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoinopt10.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/skewjoinopt10.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/skewjoinopt10.q.out Thu Dec 11 20:28:02 2014
@@ -85,9 +85,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0}
-            1 {VALUE._col0}
+          keys:
+            0 key (type: string)
+            1 key (type: string)
           outputColumnNames: _col0, _col6
           Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE
           Select Operator
@@ -225,9 +225,6 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0}
-            1 {VALUE._col0}
           outputColumnNames: _col0, _col6
           Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: NONE
           Select Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoinopt11.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoinopt11.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/skewjoinopt11.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/skewjoinopt11.q.out Thu Dec 11 20:28:02 2014
@@ -100,9 +100,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {VALUE._col0}
+          keys:
+            0 key (type: string)
+            1 key (type: string)
           outputColumnNames: _col0, _col1, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -201,9 +201,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {VALUE._col0}
+          keys:
+            0 key (type: string)
+            1 key (type: string)
           outputColumnNames: _col0, _col1, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -270,9 +270,6 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {VALUE._col0}
           outputColumnNames: _col0, _col1, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -317,9 +314,6 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {VALUE._col0}
           outputColumnNames: _col0, _col1, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoinopt12.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoinopt12.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/skewjoinopt12.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/skewjoinopt12.q.out Thu Dec 11 20:28:02 2014
@@ -84,9 +84,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {KEY.reducesinkkey1}
-            1 {KEY.reducesinkkey0} {KEY.reducesinkkey1}
+          keys:
+            0 key (type: string), val (type: string)
+            1 key (type: string), val (type: string)
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -153,9 +153,6 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {KEY.reducesinkkey1}
-            1 {KEY.reducesinkkey0} {KEY.reducesinkkey1}
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoinopt13.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoinopt13.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/skewjoinopt13.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/skewjoinopt13.q.out Thu Dec 11 20:28:02 2014
@@ -111,9 +111,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
+          keys:
+            0 key (type: string)
+            1 key (type: string)
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           File Output Operator
@@ -149,9 +149,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {VALUE._col0} {KEY.reducesinkkey0} {VALUE._col4} {VALUE._col5}
-            1 {VALUE._col0} {KEY.reducesinkkey0}
+          keys:
+            0 _col1 (type: string)
+            1 val (type: string)
           outputColumnNames: _col0, _col1, _col5, _col6, _col10, _col11
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoinopt14.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoinopt14.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/skewjoinopt14.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/skewjoinopt14.q.out Thu Dec 11 20:28:02 2014
@@ -116,9 +116,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
+          keys:
+            0 key (type: string)
+            1 key (type: string)
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           File Output Operator
@@ -165,9 +165,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {VALUE._col0} {KEY.reducesinkkey0} {VALUE._col4} {VALUE._col5}
-            1 {VALUE._col0} {KEY.reducesinkkey0}
+          keys:
+            0 _col1 (type: string)
+            1 val (type: string)
           outputColumnNames: _col0, _col1, _col5, _col6, _col10, _col11
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -213,9 +213,6 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           File Output Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoinopt15.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoinopt15.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/skewjoinopt15.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/skewjoinopt15.q.out Thu Dec 11 20:28:02 2014
@@ -124,9 +124,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
+          keys:
+            0 key (type: int)
+            1 key (type: int)
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: NONE
           Select Operator
@@ -195,9 +195,6 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE
           Select Operator
@@ -283,9 +280,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Right Outer Join0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
+          keys:
+            0 key (type: int)
+            1 key (type: int)
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 6 Data size: 26 Basic stats: COMPLETE Column stats: NONE
           Select Operator
@@ -354,9 +351,6 @@ STAGE PLANS:
         Join Operator
           condition map:
                Right Outer Join0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -442,9 +436,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 
-            1 
+          keys:
+            0 key (type: int)
+            1 key (type: int)
           Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: NONE
           File Output Operator
             compressed: false
@@ -527,9 +521,6 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 
-            1 
           Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE
           File Output Operator
             compressed: false
@@ -597,9 +588,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Right Outer Join0 to 1
-          condition expressions:
-            0 
-            1 
+          keys:
+            0 key (type: int)
+            1 key (type: int)
           Statistics: Num rows: 6 Data size: 26 Basic stats: COMPLETE Column stats: NONE
           File Output Operator
             compressed: false
@@ -682,9 +673,6 @@ STAGE PLANS:
         Join Operator
           condition map:
                Right Outer Join0 to 1
-          condition expressions:
-            0 
-            1 
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           File Output Operator
             compressed: false

Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoinopt16.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoinopt16.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/skewjoinopt16.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/skewjoinopt16.q.out Thu Dec 11 20:28:02 2014
@@ -84,9 +84,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {KEY.reducesinkkey1}
-            1 {KEY.reducesinkkey0} {KEY.reducesinkkey1}
+          keys:
+            0 key (type: string), val (type: string)
+            1 key (type: string), val (type: string)
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -153,9 +153,6 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {KEY.reducesinkkey1}
-            1 {KEY.reducesinkkey0} {KEY.reducesinkkey1}
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoinopt17.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoinopt17.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/skewjoinopt17.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/skewjoinopt17.q.out Thu Dec 11 20:28:02 2014
@@ -90,9 +90,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
+          keys:
+            0 key (type: string)
+            1 key (type: string)
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -161,9 +161,6 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -303,9 +300,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {KEY.reducesinkkey1}
-            1 {KEY.reducesinkkey0} {KEY.reducesinkkey1}
+          keys:
+            0 key (type: string), val (type: string)
+            1 key (type: string), val (type: string)
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -372,9 +369,6 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {KEY.reducesinkkey1}
-            1 {KEY.reducesinkkey0} {KEY.reducesinkkey1}
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoinopt18.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoinopt18.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/skewjoinopt18.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/skewjoinopt18.q.out Thu Dec 11 20:28:02 2014
@@ -110,9 +110,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {VALUE._col0} {VALUE._col1}
-            1 {VALUE._col0} {VALUE._col1}
+          keys:
+            0 UDFToDouble(key) (type: double)
+            1 UDFToDouble(key) (type: double)
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 3 Data size: 13 Basic stats: COMPLETE Column stats: NONE
           Select Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoinopt19.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoinopt19.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/skewjoinopt19.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/skewjoinopt19.q.out Thu Dec 11 20:28:02 2014
@@ -88,9 +88,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
+          keys:
+            0 key (type: string)
+            1 key (type: string)
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -159,9 +159,6 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoinopt2.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoinopt2.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/skewjoinopt2.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/skewjoinopt2.q.out Thu Dec 11 20:28:02 2014
@@ -92,9 +92,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {KEY.reducesinkkey1}
-            1 {KEY.reducesinkkey0} {KEY.reducesinkkey1}
+          keys:
+            0 key (type: string), val (type: string)
+            1 key (type: string), val (type: string)
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -161,9 +161,6 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {KEY.reducesinkkey1}
-            1 {KEY.reducesinkkey0} {KEY.reducesinkkey1}
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -244,9 +241,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Left Outer Join0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {KEY.reducesinkkey1}
-            1 {KEY.reducesinkkey0} {KEY.reducesinkkey1}
+          keys:
+            0 key (type: string), val (type: string)
+            1 key (type: string), val (type: string)
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -313,9 +310,6 @@ STAGE PLANS:
         Join Operator
           condition map:
                Left Outer Join0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {KEY.reducesinkkey1}
-            1 {KEY.reducesinkkey0} {KEY.reducesinkkey1}
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -400,9 +394,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0}
-            1 
+          keys:
+            0 key (type: string), val (type: string)
+            1 key (type: string), val (type: string)
           outputColumnNames: _col0
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           File Output Operator
@@ -493,9 +487,6 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0}
-            1 
           outputColumnNames: _col0
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           File Output Operator
@@ -565,9 +556,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Left Outer Join0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0}
-            1 
+          keys:
+            0 key (type: string), val (type: string)
+            1 key (type: string), val (type: string)
           outputColumnNames: _col0
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           File Output Operator
@@ -658,9 +649,6 @@ STAGE PLANS:
         Join Operator
           condition map:
                Left Outer Join0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0}
-            1 
           outputColumnNames: _col0
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           File Output Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoinopt20.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoinopt20.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/skewjoinopt20.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/skewjoinopt20.q.out Thu Dec 11 20:28:02 2014
@@ -88,9 +88,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
+          keys:
+            0 key (type: string)
+            1 key (type: string)
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -159,9 +159,6 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoinopt3.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoinopt3.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/skewjoinopt3.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/skewjoinopt3.q.out Thu Dec 11 20:28:02 2014
@@ -88,9 +88,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
+          keys:
+            0 key (type: string)
+            1 key (type: string)
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -159,9 +159,6 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -247,9 +244,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Outer Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
+          keys:
+            0 key (type: string)
+            1 key (type: string)
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -318,9 +315,6 @@ STAGE PLANS:
         Join Operator
           condition map:
                Outer Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoinopt4.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoinopt4.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/skewjoinopt4.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/skewjoinopt4.q.out Thu Dec 11 20:28:02 2014
@@ -84,9 +84,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
+          keys:
+            0 key (type: string)
+            1 key (type: string)
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -155,9 +155,6 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -241,9 +238,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
+          keys:
+            0 key (type: string)
+            1 key (type: string)
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -312,9 +309,6 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoinopt5.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoinopt5.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/skewjoinopt5.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/skewjoinopt5.q.out Thu Dec 11 20:28:02 2014
@@ -86,9 +86,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
+          keys:
+            0 key (type: string)
+            1 key (type: string)
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -157,9 +157,6 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoinopt6.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoinopt6.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/skewjoinopt6.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/skewjoinopt6.q.out Thu Dec 11 20:28:02 2014
@@ -88,9 +88,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
+          keys:
+            0 key (type: string)
+            1 key (type: string)
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -159,9 +159,6 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoinopt7.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoinopt7.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/skewjoinopt7.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/skewjoinopt7.q.out Thu Dec 11 20:28:02 2014
@@ -117,10 +117,10 @@ STAGE PLANS:
           condition map:
                Inner Join 0 to 1
                Inner Join 0 to 2
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
-            2 {KEY.reducesinkkey0} {VALUE._col0}
+          keys:
+            0 key (type: string)
+            1 key (type: string)
+            2 key (type: string)
           outputColumnNames: _col0, _col1, _col5, _col6, _col10, _col11
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -202,10 +202,6 @@ STAGE PLANS:
           condition map:
                Inner Join 0 to 1
                Inner Join 0 to 2
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
-            2 {KEY.reducesinkkey0} {VALUE._col0}
           outputColumnNames: _col0, _col1, _col5, _col6, _col10, _col11
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoinopt8.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoinopt8.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/skewjoinopt8.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/skewjoinopt8.q.out Thu Dec 11 20:28:02 2014
@@ -115,10 +115,10 @@ STAGE PLANS:
           condition map:
                Inner Join 0 to 1
                Inner Join 0 to 2
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
-            2 {KEY.reducesinkkey0} {VALUE._col0}
+          keys:
+            0 key (type: string)
+            1 key (type: string)
+            2 key (type: string)
           outputColumnNames: _col0, _col1, _col5, _col6, _col10, _col11
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -200,10 +200,6 @@ STAGE PLANS:
           condition map:
                Inner Join 0 to 1
                Inner Join 0 to 2
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
-            2 {KEY.reducesinkkey0} {VALUE._col0}
           outputColumnNames: _col0, _col1, _col5, _col6, _col10, _col11
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoinopt9.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoinopt9.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/skewjoinopt9.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/skewjoinopt9.q.out Thu Dec 11 20:28:02 2014
@@ -116,9 +116,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
+          keys:
+            0 _col0 (type: string)
+            1 key (type: string)
           outputColumnNames: _col0, _col1, _col2, _col3
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -260,9 +260,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
+          keys:
+            0 _col0 (type: string)
+            1 key (type: string)
           outputColumnNames: _col0, _col1, _col2, _col3
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin9.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin9.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin9.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin9.q.out Thu Dec 11 20:28:02 2014
@@ -312,9 +312,6 @@ STAGE PLANS:
               Sorted Merge Bucket Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {key}
-                  1 {key} {value}
                 keys:
                   0 key (type: int)
                   1 key (type: int)

Modified: hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_1.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_1.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_1.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_1.q.out Thu Dec 11 20:28:02 2014
@@ -73,9 +73,6 @@ STAGE PLANS:
               Sorted Merge Bucket Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {key} {value}
-                  1 {key} {value}
                 keys:
                   0 key (type: int)
                   1 key (type: int)
@@ -126,9 +123,6 @@ STAGE PLANS:
             Sorted Merge Bucket Map Join Operator
               condition map:
                    Left Outer Join0 to 1
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
               keys:
                 0 key (type: int)
                 1 key (type: int)
@@ -184,9 +178,6 @@ STAGE PLANS:
             Sorted Merge Bucket Map Join Operator
               condition map:
                    Right Outer Join0 to 1
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
               keys:
                 0 key (type: int)
                 1 key (type: int)
@@ -241,9 +232,6 @@ STAGE PLANS:
             Sorted Merge Bucket Map Join Operator
               condition map:
                    Outer Join 0 to 1
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
               keys:
                 0 key (type: int)
                 1 key (type: int)
@@ -306,9 +294,6 @@ STAGE PLANS:
               Sorted Merge Bucket Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {key} {value}
-                  1 {key} {value}
                 keys:
                   0 key (type: int)
                   1 key (type: int)
@@ -359,9 +344,6 @@ STAGE PLANS:
             Sorted Merge Bucket Map Join Operator
               condition map:
                    Left Outer Join0 to 1
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
               keys:
                 0 key (type: int)
                 1 key (type: int)
@@ -417,9 +399,6 @@ STAGE PLANS:
             Sorted Merge Bucket Map Join Operator
               condition map:
                    Right Outer Join0 to 1
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
               keys:
                 0 key (type: int)
                 1 key (type: int)
@@ -474,9 +453,6 @@ STAGE PLANS:
             Sorted Merge Bucket Map Join Operator
               condition map:
                    Outer Join 0 to 1
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
               keys:
                 0 key (type: int)
                 1 key (type: int)

Modified: hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_10.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_10.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_10.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_10.q.out Thu Dec 11 20:28:02 2014
@@ -89,9 +89,6 @@ STAGE PLANS:
               Sorted Merge Bucket Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {userid} {pageid} {postid} {type}
-                  1 {userid} {pageid} {postid} {type}
                 keys:
                   0 userid (type: int), pageid (type: int), postid (type: int), type (type: string)
                   1 userid (type: int), pageid (type: int), postid (type: int), type (type: string)

Modified: hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_11.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_11.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_11.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_11.q.out Thu Dec 11 20:28:02 2014
@@ -139,9 +139,6 @@ STAGE PLANS:
               Sorted Merge Bucket Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {key}
-                  1 {value}
                 keys:
                   0 key (type: int)
                   1 key (type: int)

Modified: hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_12.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_12.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_12.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_12.q.out Thu Dec 11 20:28:02 2014
@@ -151,9 +151,6 @@ STAGE PLANS:
               Sorted Merge Bucket Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {key}
-                  1 {value}
                 keys:
                   0 key (type: int)
                   1 key (type: int)
@@ -414,9 +411,6 @@ STAGE PLANS:
               Sorted Merge Bucket Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {key} {value}
-                  1 {value}
                 keys:
                   0 key (type: int)
                   1 key (type: int)

Modified: hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_13.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_13.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_13.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_13.q.out Thu Dec 11 20:28:02 2014
@@ -139,9 +139,6 @@ STAGE PLANS:
               Sorted Merge Bucket Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {key} {value}
-                  1 {value} {key}
                 keys:
                   0 key (type: int)
                   1 value (type: int)
@@ -340,9 +337,6 @@ STAGE PLANS:
               predicate: UDFToDouble(value) is not null (type: boolean)
               Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {key} {value}
-                  1 {key} {value}
                 keys:
                   0 UDFToDouble(key) (type: double)
                   1 UDFToDouble(value) (type: double)
@@ -362,9 +356,6 @@ STAGE PLANS:
               Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {key} {value}
-                  1 {key} {value}
                 keys:
                   0 UDFToDouble(key) (type: double)
                   1 UDFToDouble(value) (type: double)

Modified: hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_14.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_14.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_14.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_14.q.out Thu Dec 11 20:28:02 2014
@@ -67,9 +67,6 @@ STAGE PLANS:
               Sorted Merge Bucket Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 
-                  1 
                 keys:
                   0 key (type: int)
                   1 key (type: int)
@@ -154,9 +151,6 @@ STAGE PLANS:
               Sorted Merge Bucket Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {key}
-                  1 
                 keys:
                   0 key (type: int)
                   1 key (type: int)
@@ -275,9 +269,6 @@ STAGE PLANS:
               Sorted Merge Bucket Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {key}
-                  1 
                 keys:
                   0 key (type: int)
                   1 key (type: int)
@@ -402,9 +393,6 @@ STAGE PLANS:
                 Sorted Merge Bucket Map Join Operator
                   condition map:
                        Inner Join 0 to 1
-                  condition expressions:
-                    0 
-                    1 
                   keys:
                     0 _col0 (type: int)
                     1 _col0 (type: int)
@@ -500,9 +488,6 @@ STAGE PLANS:
               Sorted Merge Bucket Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 
-                  1 
                 keys:
                   0 _col0 (type: int)
                   1 key (type: int)
@@ -626,9 +611,6 @@ STAGE PLANS:
                 Sorted Merge Bucket Map Join Operator
                   condition map:
                        Inner Join 0 to 1
-                  condition expressions:
-                    0 
-                    1 
                   keys:
                     0 _col0 (type: int)
                     1 _col0 (type: int)
@@ -742,9 +724,6 @@ STAGE PLANS:
                 Sorted Merge Bucket Map Join Operator
                   condition map:
                        Inner Join 0 to 1
-                  condition expressions:
-                    0 
-                    1 
                   keys:
                     0 _col0 (type: int)
                     1 _col0 (type: int)
@@ -838,9 +817,6 @@ STAGE PLANS:
                 predicate: _col0 is not null (type: boolean)
                 Statistics: Num rows: 5 Data size: 35 Basic stats: COMPLETE Column stats: NONE
                 HashTable Sink Operator
-                  condition expressions:
-                    0 
-                    1 
                   keys:
                     0 _col0 (type: int)
                     1 _col0 (type: int)
@@ -861,9 +837,6 @@ STAGE PLANS:
                 Map Join Operator
                   condition map:
                        Inner Join 0 to 1
-                  condition expressions:
-                    0 
-                    1 
                   keys:
                     0 _col0 (type: int)
                     1 _col0 (type: int)
@@ -953,9 +926,6 @@ STAGE PLANS:
               Sorted Merge Bucket Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 
-                  1 
                 keys:
                   0 _col0 (type: int)
                   1 key (type: int)
@@ -1037,9 +1007,6 @@ STAGE PLANS:
                 Sorted Merge Bucket Map Join Operator
                   condition map:
                        Inner Join 0 to 1
-                  condition expressions:
-                    0 
-                    1 
                   keys:
                     0 _col0 (type: int)
                     1 key (type: int)
@@ -1132,10 +1099,6 @@ STAGE PLANS:
                   condition map:
                        Inner Join 0 to 1
                        Inner Join 0 to 2
-                  condition expressions:
-                    0 
-                    1 
-                    2 
                   keys:
                     0 _col0 (type: int)
                     1 _col0 (type: int)
@@ -1240,9 +1203,6 @@ STAGE PLANS:
               Sorted Merge Bucket Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 
-                  1 
                 keys:
                   0 _col0 (type: int)
                   1 key (type: int)

Modified: hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_15.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_15.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_15.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_15.q.out Thu Dec 11 20:28:02 2014
@@ -111,9 +111,6 @@ STAGE PLANS:
               Sorted Merge Bucket Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {key} {value}
-                  1 {key} {value}
                 keys:
                   0 key (type: int)
                   1 key (type: int)
@@ -370,9 +367,6 @@ STAGE PLANS:
               Sorted Merge Bucket Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {key} {key2} {value}
-                  1 {key} {key2} {value}
                 keys:
                   0 key (type: int), key2 (type: int)
                   1 key (type: int), key2 (type: int)
@@ -577,9 +571,6 @@ STAGE PLANS:
               Sorted Merge Bucket Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {key} {key2} {value}
-                  1 {key} {key2} {value}
                 keys:
                   0 key2 (type: int), key (type: int)
                   1 key2 (type: int), key (type: int)
@@ -788,9 +779,6 @@ STAGE PLANS:
               predicate: (key is not null and value is not null) (type: boolean)
               Statistics: Num rows: 125 Data size: 1804 Basic stats: COMPLETE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {key} {key2} {value}
-                  1 {key2}
                 keys:
                   0 key (type: int), value (type: string)
                   1 key (type: int), value (type: string)
@@ -817,9 +805,6 @@ STAGE PLANS:
               Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {key} {key2} {value}
-                  1 {key} {key2} {value}
                 keys:
                   0 key (type: int), value (type: string)
                   1 key (type: int), value (type: string)

Modified: hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_16.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_16.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_16.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_16.q.out Thu Dec 11 20:28:02 2014
@@ -59,9 +59,6 @@ STAGE PLANS:
               Sorted Merge Bucket Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 
-                  1 
                 keys:
                   0 key (type: int)
                   1 key (type: int)

Modified: hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_17.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_17.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_17.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_17.q.out Thu Dec 11 20:28:02 2014
@@ -202,14 +202,6 @@ STAGE PLANS:
                      Inner Join 0 to 4
                      Inner Join 0 to 5
                      Inner Join 0 to 6
-                condition expressions:
-                  0 
-                  1 
-                  2 
-                  3 
-                  4 
-                  5 
-                  6 
                 keys:
                   0 key (type: int)
                   1 key (type: int)
@@ -320,14 +312,6 @@ STAGE PLANS:
                    Left Outer Join0 to 4
                    Left Outer Join0 to 5
                    Left Outer Join0 to 6
-              condition expressions:
-                0 
-                1 
-                2 
-                3 
-                4 
-                5 
-                6 
               keys:
                 0 key (type: int)
                 1 key (type: int)
@@ -437,15 +421,6 @@ STAGE PLANS:
                    Left Outer Join0 to 5
                    Left Outer Join0 to 6
                    Left Outer Join0 to 7
-              condition expressions:
-                0 
-                1 
-                2 
-                3 
-                4 
-                5 
-                6 
-                7 
               keys:
                 0 key (type: int)
                 1 key (type: int)
@@ -596,23 +571,6 @@ STAGE PLANS:
                    Left Outer Join0 to 13
                    Left Outer Join0 to 14
                    Left Outer Join0 to 15
-              condition expressions:
-                0 {key} {value}
-                1 
-                2 
-                3 
-                4 
-                5 
-                6 
-                7 
-                8 
-                9 
-                10 
-                11 
-                12 
-                13 
-                14 
-                15 
               keys:
                 0 key (type: int)
                 1 key (type: int)
@@ -675,12 +633,12 @@ STAGE PLANS:
                Left Outer Join0 to 2
                Left Outer Join0 to 3
                Left Outer Join0 to 4
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 
-            2 
-            3 
-            4 
+          keys:
+            0 _col0 (type: int)
+            1 key (type: int)
+            2 key (type: int)
+            3 key (type: int)
+            4 key (type: int)
           outputColumnNames: _col0, _col1
           Select Operator
             expressions: _col0 (type: int), _col1 (type: string)

Modified: hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_2.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_2.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_2.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_2.q.out Thu Dec 11 20:28:02 2014
@@ -73,9 +73,6 @@ STAGE PLANS:
               Sorted Merge Bucket Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {key} {value}
-                  1 {key} {value}
                 keys:
                   0 key (type: int)
                   1 key (type: int)
@@ -128,9 +125,6 @@ STAGE PLANS:
             Sorted Merge Bucket Map Join Operator
               condition map:
                    Left Outer Join0 to 1
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
               keys:
                 0 key (type: int)
                 1 key (type: int)
@@ -186,9 +180,6 @@ STAGE PLANS:
             Sorted Merge Bucket Map Join Operator
               condition map:
                    Right Outer Join0 to 1
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
               keys:
                 0 key (type: int)
                 1 key (type: int)
@@ -245,9 +236,6 @@ STAGE PLANS:
             Sorted Merge Bucket Map Join Operator
               condition map:
                    Outer Join 0 to 1
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
               keys:
                 0 key (type: int)
                 1 key (type: int)
@@ -310,9 +298,6 @@ STAGE PLANS:
               Sorted Merge Bucket Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {key} {value}
-                  1 {key} {value}
                 keys:
                   0 key (type: int)
                   1 key (type: int)
@@ -365,9 +350,6 @@ STAGE PLANS:
             Sorted Merge Bucket Map Join Operator
               condition map:
                    Left Outer Join0 to 1
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
               keys:
                 0 key (type: int)
                 1 key (type: int)
@@ -423,9 +405,6 @@ STAGE PLANS:
             Sorted Merge Bucket Map Join Operator
               condition map:
                    Right Outer Join0 to 1
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
               keys:
                 0 key (type: int)
                 1 key (type: int)
@@ -482,9 +461,6 @@ STAGE PLANS:
             Sorted Merge Bucket Map Join Operator
               condition map:
                    Outer Join 0 to 1
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
               keys:
                 0 key (type: int)
                 1 key (type: int)

Modified: hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_25.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_25.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_25.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_25.q.out Thu Dec 11 20:28:02 2014
@@ -88,9 +88,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 
-            1 
+          keys:
+            0 key (type: int)
+            1 key (type: int)
           Statistics: Num rows: 28 Data size: 114 Basic stats: COMPLETE Column stats: NONE
           Select Operator
             expressions: 5 (type: int)
@@ -122,9 +122,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Left Outer Join0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0}
-            1 {KEY.reducesinkkey0}
+          keys:
+            0 _col0 (type: int)
+            1 _col0 (type: int)
           outputColumnNames: _col0, _col1
           Statistics: Num rows: 31 Data size: 129 Basic stats: COMPLETE Column stats: NONE
           Filter Operator
@@ -171,9 +171,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 
-            1 
+          keys:
+            0 key (type: int)
+            1 key (type: int)
           Statistics: Num rows: 29 Data size: 118 Basic stats: COMPLETE Column stats: NONE
           Select Operator
             expressions: 5 (type: int)
@@ -225,9 +225,6 @@ STAGE PLANS:
               Sorted Merge Bucket Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 
-                  1 
                 keys:
                   0 5 (type: int)
                   1 5 (type: int)
@@ -247,9 +244,6 @@ STAGE PLANS:
               Sorted Merge Bucket Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 
-                  1 
                 keys:
                   0 5 (type: int)
                   1 5 (type: int)
@@ -264,9 +258,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Left Outer Join0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0}
-            1 {KEY.reducesinkkey0}
+          keys:
+            0 _col0 (type: int)
+            1 _col0 (type: int)
           outputColumnNames: _col0, _col1
           Filter Operator
             predicate: (_col1 = 5) (type: boolean)

Modified: hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_3.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_3.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_3.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_3.q.out Thu Dec 11 20:28:02 2014
@@ -77,9 +77,6 @@ STAGE PLANS:
               Sorted Merge Bucket Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {key} {value}
-                  1 {key} {value}
                 keys:
                   0 key (type: int)
                   1 key (type: int)
@@ -132,9 +129,6 @@ STAGE PLANS:
             Sorted Merge Bucket Map Join Operator
               condition map:
                    Left Outer Join0 to 1
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
               keys:
                 0 key (type: int)
                 1 key (type: int)
@@ -189,9 +183,6 @@ STAGE PLANS:
             Sorted Merge Bucket Map Join Operator
               condition map:
                    Right Outer Join0 to 1
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
               keys:
                 0 key (type: int)
                 1 key (type: int)
@@ -248,9 +239,6 @@ STAGE PLANS:
             Sorted Merge Bucket Map Join Operator
               condition map:
                    Outer Join 0 to 1
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
               keys:
                 0 key (type: int)
                 1 key (type: int)
@@ -312,9 +300,6 @@ STAGE PLANS:
               Sorted Merge Bucket Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {key} {value}
-                  1 {key} {value}
                 keys:
                   0 key (type: int)
                   1 key (type: int)
@@ -367,9 +352,6 @@ STAGE PLANS:
             Sorted Merge Bucket Map Join Operator
               condition map:
                    Left Outer Join0 to 1
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
               keys:
                 0 key (type: int)
                 1 key (type: int)
@@ -424,9 +406,6 @@ STAGE PLANS:
             Sorted Merge Bucket Map Join Operator
               condition map:
                    Right Outer Join0 to 1
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
               keys:
                 0 key (type: int)
                 1 key (type: int)
@@ -483,9 +462,6 @@ STAGE PLANS:
             Sorted Merge Bucket Map Join Operator
               condition map:
                    Outer Join 0 to 1
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
               keys:
                 0 key (type: int)
                 1 key (type: int)

Modified: hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_4.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_4.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_4.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_4.q.out Thu Dec 11 20:28:02 2014
@@ -74,10 +74,6 @@ STAGE PLANS:
                 condition map:
                      Inner Join 0 to 1
                      Inner Join 1 to 2
-                condition expressions:
-                  0 {key} {value}
-                  1 {key} {value}
-                  2 {key} {value}
                 keys:
                   0 key (type: int)
                   1 key (type: int)
@@ -132,10 +128,6 @@ STAGE PLANS:
               condition map:
                    Left Outer Join0 to 1
                    Inner Join 1 to 2
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
-                2 {key} {value}
               keys:
                 0 key (type: int)
                 1 key (type: int)
@@ -190,10 +182,6 @@ STAGE PLANS:
               condition map:
                    Left Outer Join0 to 1
                    Left Outer Join1 to 2
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
-                2 {key} {value}
               keys:
                 0 key (type: int)
                 1 key (type: int)
@@ -253,10 +241,6 @@ STAGE PLANS:
               condition map:
                    Left Outer Join0 to 1
                    Right Outer Join1 to 2
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
-                2 {key} {value}
               keys:
                 0 key (type: int)
                 1 key (type: int)
@@ -317,10 +301,6 @@ STAGE PLANS:
               condition map:
                    Left Outer Join0 to 1
                    Outer Join 1 to 2
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
-                2 {key} {value}
               keys:
                 0 key (type: int)
                 1 key (type: int)
@@ -386,10 +366,6 @@ STAGE PLANS:
               condition map:
                    Right Outer Join0 to 1
                    Inner Join 1 to 2
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
-                2 {key} {value}
               keys:
                 0 key (type: int)
                 1 key (type: int)
@@ -446,10 +422,6 @@ STAGE PLANS:
               condition map:
                    Right Outer Join0 to 1
                    Left Outer Join1 to 2
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
-                2 {key} {value}
               keys:
                 0 key (type: int)
                 1 key (type: int)
@@ -508,10 +480,6 @@ STAGE PLANS:
               condition map:
                    Right Outer Join0 to 1
                    Right Outer Join1 to 2
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
-                2 {key} {value}
               keys:
                 0 key (type: int)
                 1 key (type: int)
@@ -572,10 +540,6 @@ STAGE PLANS:
               condition map:
                    Right Outer Join0 to 1
                    Outer Join 1 to 2
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
-                2 {key} {value}
               keys:
                 0 key (type: int)
                 1 key (type: int)
@@ -638,10 +602,6 @@ STAGE PLANS:
               condition map:
                    Outer Join 0 to 1
                    Inner Join 1 to 2
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
-                2 {key} {value}
               keys:
                 0 key (type: int)
                 1 key (type: int)
@@ -698,10 +658,6 @@ STAGE PLANS:
               condition map:
                    Outer Join 0 to 1
                    Left Outer Join1 to 2
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
-                2 {key} {value}
               keys:
                 0 key (type: int)
                 1 key (type: int)
@@ -765,10 +721,6 @@ STAGE PLANS:
               condition map:
                    Outer Join 0 to 1
                    Right Outer Join1 to 2
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
-                2 {key} {value}
               keys:
                 0 key (type: int)
                 1 key (type: int)
@@ -829,10 +781,6 @@ STAGE PLANS:
               condition map:
                    Outer Join 0 to 1
                    Outer Join 1 to 2
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
-                2 {key} {value}
               keys:
                 0 key (type: int)
                 1 key (type: int)