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 [8/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/s...

Modified: hive/trunk/ql/src/test/results/clientpositive/join_hive_626.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/join_hive_626.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/join_hive_626.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/join_hive_626.q.out Thu Dec 11 20:28:02 2014
@@ -101,9 +101,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {VALUE._col0}
-            1 {VALUE._col0} {VALUE._col3}
+          keys:
+            0 foo_id (type: int)
+            1 foo_id (type: int)
           outputColumnNames: _col1, _col9, _col13
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           File Output Operator
@@ -139,9 +139,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {VALUE._col1} {VALUE._col12}
-            1 {VALUE._col0}
+          keys:
+            0 _col9 (type: int)
+            1 bar_id (type: int)
           outputColumnNames: _col1, _col13, _col22
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/join_map_ppr.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/join_map_ppr.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/join_map_ppr.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/join_map_ppr.q.out Thu Dec 11 20:28:02 2014
@@ -135,10 +135,6 @@ STAGE PLANS:
               predicate: key is not null (type: boolean)
               Statistics: Num rows: 13 Data size: 99 Basic stats: COMPLETE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 
-                  1 {value}
-                  2 {value}
                 keys:
                   0 key (type: string)
                   1 key (type: string)
@@ -154,10 +150,6 @@ STAGE PLANS:
               predicate: key is not null (type: boolean)
               Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 
-                  1 {value}
-                  2 {value}
                 keys:
                   0 key (type: string)
                   1 key (type: string)
@@ -179,10 +171,6 @@ STAGE PLANS:
                 condition map:
                      Inner Join 0 to 1
                      Inner Join 0 to 2
-                condition expressions:
-                  0 {key}
-                  1 {value}
-                  2 {value}
                 keys:
                   0 key (type: string)
                   1 key (type: string)
@@ -754,10 +742,6 @@ STAGE PLANS:
               predicate: UDFToDouble(key) is not null (type: boolean)
               Statistics: Num rows: 13 Data size: 99 Basic stats: COMPLETE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {key}
-                  1 {value}
-                  2 {value}
                 keys:
                   0 UDFToDouble(key) (type: double)
                   1 UDFToDouble(key) (type: double)
@@ -773,10 +757,6 @@ STAGE PLANS:
               predicate: UDFToDouble(key) 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}
-                  1 {value}
-                  2 {value}
                 keys:
                   0 UDFToDouble(key) (type: double)
                   1 UDFToDouble(key) (type: double)
@@ -798,10 +778,6 @@ STAGE PLANS:
                 condition map:
                      Inner Join 0 to 1
                      Inner Join 0 to 2
-                condition expressions:
-                  0 {key}
-                  1 {value}
-                  2 {value}
                 keys:
                   0 UDFToDouble(key) (type: double)
                   1 UDFToDouble(key) (type: double)

Modified: hive/trunk/ql/src/test/results/clientpositive/join_merge_multi_expressions.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/join_merge_multi_expressions.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/join_merge_multi_expressions.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/join_merge_multi_expressions.q.out Thu Dec 11 20:28:02 2014
@@ -51,10 +51,10 @@ STAGE PLANS:
           condition map:
                Inner Join 0 to 1
                Inner Join 0 to 2
-          condition expressions:
-            0 
-            1 
-            2 
+          keys:
+            0 key (type: string), hr (type: string)
+            1 key (type: string), hr (type: string)
+            2 key (type: string), hr (type: string)
           Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE
           Group By Operator
             aggregations: count()

Modified: hive/trunk/ql/src/test/results/clientpositive/join_merging.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/join_merging.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/join_merging.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/join_merging.q.out Thu Dec 11 20:28:02 2014
@@ -50,10 +50,10 @@ STAGE PLANS:
           condition map:
                Left Outer Join0 to 1
                Right Outer Join1 to 2
-          condition expressions:
-            0 {VALUE._col4}
-            1 {VALUE._col4}
-            2 
+          keys:
+            0 p_partkey (type: int)
+            1 p_partkey (type: int)
+            2 p_partkey (type: int)
           outputColumnNames: _col5, _col17
           Statistics: Num rows: 57 Data size: 6923 Basic stats: COMPLETE Column stats: NONE
           Select Operator
@@ -126,10 +126,10 @@ STAGE PLANS:
           condition map:
                Left Outer Join0 to 1
                Right Outer Join1 to 2
-          condition expressions:
-            0 {VALUE._col4}
-            1 {VALUE._col4}
-            2 
+          keys:
+            0 p_partkey (type: int)
+            1 p_partkey (type: int)
+            2 p_partkey (type: int)
           outputColumnNames: _col5, _col17
           Statistics: Num rows: 57 Data size: 6923 Basic stats: COMPLETE Column stats: NONE
           Filter Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/join_nullsafe.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/join_nullsafe.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/join_nullsafe.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/join_nullsafe.q.out Thu Dec 11 20:28:02 2014
@@ -54,9 +54,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {VALUE._col0} {KEY.reducesinkkey0}
+          keys:
+            0 key (type: int)
+            1 value (type: int)
           nullSafes: [true]
           outputColumnNames: _col0, _col1, _col5, _col6
           Statistics: Num rows: 3 Data size: 28 Basic stats: COMPLETE Column stats: NONE
@@ -150,10 +150,10 @@ STAGE PLANS:
           condition map:
                Inner Join 0 to 1
                Inner Join 0 to 2
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {VALUE._col0} {KEY.reducesinkkey0}
-            2 {KEY.reducesinkkey0} {VALUE._col0}
+          keys:
+            0 key (type: int)
+            1 value (type: int)
+            2 key (type: int)
           outputColumnNames: _col0, _col1, _col5, _col6, _col10, _col11
           Statistics: Num rows: 4 Data size: 37 Basic stats: COMPLETE Column stats: NONE
           Select Operator
@@ -228,10 +228,10 @@ STAGE PLANS:
           condition map:
                Inner Join 0 to 1
                Inner Join 0 to 2
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {VALUE._col0} {KEY.reducesinkkey0}
-            2 {KEY.reducesinkkey0} {VALUE._col0}
+          keys:
+            0 key (type: int)
+            1 value (type: int)
+            2 key (type: int)
           nullSafes: [true]
           outputColumnNames: _col0, _col1, _col5, _col6, _col10, _col11
           Statistics: Num rows: 6 Data size: 57 Basic stats: COMPLETE Column stats: NONE
@@ -340,10 +340,10 @@ STAGE PLANS:
           condition map:
                Inner Join 0 to 1
                Inner Join 0 to 2
-          condition expressions:
-            0 {KEY.reducesinkkey0} {KEY.reducesinkkey1}
-            1 {KEY.reducesinkkey1} {KEY.reducesinkkey0}
-            2 {KEY.reducesinkkey0} {KEY.reducesinkkey1}
+          keys:
+            0 key (type: int), value (type: int)
+            1 value (type: int), key (type: int)
+            2 key (type: int), value (type: int)
           nullSafes: [true, false]
           outputColumnNames: _col0, _col1, _col5, _col6, _col10, _col11
           Statistics: Num rows: 4 Data size: 37 Basic stats: COMPLETE Column stats: NONE
@@ -416,10 +416,10 @@ STAGE PLANS:
           condition map:
                Inner Join 0 to 1
                Inner Join 0 to 2
-          condition expressions:
-            0 {KEY.reducesinkkey0} {KEY.reducesinkkey1}
-            1 {KEY.reducesinkkey1} {KEY.reducesinkkey0}
-            2 {KEY.reducesinkkey0} {KEY.reducesinkkey1}
+          keys:
+            0 key (type: int), value (type: int)
+            1 value (type: int), key (type: int)
+            2 key (type: int), value (type: int)
           nullSafes: [true, true]
           outputColumnNames: _col0, _col1, _col5, _col6, _col10, _col11
           Statistics: Num rows: 6 Data size: 57 Basic stats: COMPLETE Column stats: NONE
@@ -1544,9 +1544,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {VALUE._col0}
-            1 {VALUE._col0}
+          keys:
+            0 key (type: int)
+            1 value (type: int)
           nullSafes: [true]
           outputColumnNames: _col1, _col5
           Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE

Modified: hive/trunk/ql/src/test/results/clientpositive/join_rc.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/join_rc.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/join_rc.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/join_rc.q.out Thu Dec 11 20:28:02 2014
@@ -81,9 +81,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: 275 Data size: 2646 Basic stats: COMPLETE Column stats: NONE
           Select Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/join_reorder.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/join_reorder.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/join_reorder.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/join_reorder.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 {VALUE._col0} {VALUE._col1}
-            1 {VALUE._col0}
+          keys:
+            0 UDFToDouble(key) (type: double)
+            1 (key + 1) (type: double)
           outputColumnNames: _col0, _col1, _col5
           Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE
           Select Operator
@@ -157,9 +157,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {VALUE._col0} {VALUE._col1}
-            1 {VALUE._col0}
+          keys:
+            0 UDFToDouble(key) (type: double)
+            1 (key + 1) (type: double)
           outputColumnNames: _col0, _col1, _col5
           Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE
           Select Operator
@@ -252,9 +252,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Left Outer Join0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0}
+          keys:
+            0 key (type: string)
+            1 key (type: string)
           outputColumnNames: _col0, _col1, _col5
           Statistics: Num rows: 0 Data size: 33 Basic stats: PARTIAL Column stats: NONE
           File Output Operator
@@ -286,9 +286,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Right Outer Join0 to 1
-          condition expressions:
-            0 {VALUE._col0} {KEY.reducesinkkey0} {VALUE._col4}
-            1 {KEY.reducesinkkey0}
+          keys:
+            0 _col1 (type: string)
+            1 val (type: string)
           outputColumnNames: _col0, _col1, _col5, _col11
           Statistics: Num rows: 0 Data size: 36 Basic stats: PARTIAL Column stats: NONE
           Select Operator
@@ -349,9 +349,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Left Outer Join0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0}
+          keys:
+            0 key (type: string)
+            1 key (type: string)
           outputColumnNames: _col0, _col1, _col5
           Statistics: Num rows: 0 Data size: 33 Basic stats: PARTIAL Column stats: NONE
           File Output Operator
@@ -383,9 +383,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Right Outer Join0 to 1
-          condition expressions:
-            0 {VALUE._col0} {KEY.reducesinkkey0} {VALUE._col4}
-            1 {KEY.reducesinkkey0}
+          keys:
+            0 _col1 (type: string)
+            1 val (type: string)
           outputColumnNames: _col0, _col1, _col5, _col11
           Statistics: Num rows: 0 Data size: 36 Basic stats: PARTIAL Column stats: NONE
           Select Operator
@@ -500,10 +500,10 @@ STAGE PLANS:
                Unique Join0 to 0
                Unique Join0 to 0
                Unique Join0 to 0
-          condition expressions:
-            0 {KEY.reducesinkkey0}
-            1 {KEY.reducesinkkey0}
-            2 {KEY.reducesinkkey0}
+          keys:
+            0 key (type: string), val (type: string)
+            1 key (type: string), val (type: string)
+            2 key (type: string), val (type: string)
           outputColumnNames: _col0, _col5, _col10
           Statistics: Num rows: 0 Data size: 66 Basic stats: PARTIAL Column stats: NONE
           Select Operator
@@ -574,10 +574,10 @@ STAGE PLANS:
                Unique Join0 to 0
                Unique Join0 to 0
                Unique Join0 to 0
-          condition expressions:
-            0 {KEY.reducesinkkey0}
-            1 {KEY.reducesinkkey0}
-            2 {KEY.reducesinkkey0}
+          keys:
+            0 key (type: string), val (type: string)
+            1 key (type: string), val (type: string)
+            2 key (type: string), val (type: string)
           outputColumnNames: _col0, _col5, _col10
           Statistics: Num rows: 0 Data size: 66 Basic stats: PARTIAL Column stats: NONE
           Select Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/join_reorder2.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/join_reorder2.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/join_reorder2.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/join_reorder2.q.out Thu Dec 11 20:28:02 2014
@@ -136,11 +136,11 @@ STAGE PLANS:
                Inner Join 0 to 1
                Inner Join 1 to 2
                Inner Join 2 to 3
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
-            2 {KEY.reducesinkkey0} {VALUE._col0}
-            3 {KEY.reducesinkkey0} {VALUE._col0}
+          keys:
+            0 key (type: string)
+            1 key (type: string)
+            2 key (type: string)
+            3 key (type: string)
           outputColumnNames: _col0, _col1, _col5, _col6, _col10, _col11, _col15, _col16
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -232,9 +232,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
@@ -270,9 +270,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
           File Output Operator
@@ -308,9 +308,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {VALUE._col0} {VALUE._col1} {VALUE._col5} {VALUE._col6} {VALUE._col10} {VALUE._col11}
-            1 {VALUE._col0} {VALUE._col1}
+          keys:
+            0 (_col0 + 1) (type: double)
+            1 (key + 1) (type: double)
           outputColumnNames: _col0, _col1, _col5, _col6, _col10, _col11, _col15, _col16
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/join_reorder3.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/join_reorder3.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/join_reorder3.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/join_reorder3.q.out Thu Dec 11 20:28:02 2014
@@ -136,11 +136,11 @@ STAGE PLANS:
                Inner Join 0 to 1
                Inner Join 1 to 2
                Inner Join 2 to 3
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
-            2 {KEY.reducesinkkey0} {VALUE._col0}
-            3 {KEY.reducesinkkey0} {VALUE._col0}
+          keys:
+            0 key (type: string)
+            1 key (type: string)
+            2 key (type: string)
+            3 key (type: string)
           outputColumnNames: _col0, _col1, _col5, _col6, _col10, _col11, _col15, _col16
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -232,9 +232,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
@@ -270,9 +270,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
           File Output Operator
@@ -308,9 +308,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {VALUE._col0} {VALUE._col1} {VALUE._col5} {VALUE._col6} {VALUE._col10} {VALUE._col11}
-            1 {VALUE._col0} {VALUE._col1}
+          keys:
+            0 (_col0 + 1) (type: double)
+            1 (key + 1) (type: double)
           outputColumnNames: _col0, _col1, _col5, _col6, _col10, _col11, _col15, _col16
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/join_reorder4.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/join_reorder4.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/join_reorder4.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/join_reorder4.q.out Thu Dec 11 20:28:02 2014
@@ -74,10 +74,6 @@ STAGE PLANS:
               predicate: key1 is not null (type: boolean)
               Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {val1}
-                  1 {key2} {val2}
-                  2 {val3}
                 keys:
                   0 key1 (type: string)
                   1 key2 (type: string)
@@ -90,10 +86,6 @@ STAGE PLANS:
               predicate: key3 is not null (type: boolean)
               Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {val1}
-                  1 {key2} {val2}
-                  2 {val3}
                 keys:
                   0 key1 (type: string)
                   1 key2 (type: string)
@@ -112,10 +104,6 @@ STAGE PLANS:
                 condition map:
                      Inner Join 0 to 1
                      Inner Join 0 to 2
-                condition expressions:
-                  0 {key1} {val1}
-                  1 {key2} {val2}
-                  2 {key3} {val3}
                 keys:
                   0 key1 (type: string)
                   1 key2 (type: string)
@@ -183,10 +171,6 @@ STAGE PLANS:
               predicate: key1 is not null (type: boolean)
               Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {val1}
-                  1 {key2} {val2}
-                  2 {val3}
                 keys:
                   0 key1 (type: string)
                   1 key2 (type: string)
@@ -199,10 +183,6 @@ STAGE PLANS:
               predicate: key3 is not null (type: boolean)
               Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {val1}
-                  1 {key2} {val2}
-                  2 {val3}
                 keys:
                   0 key1 (type: string)
                   1 key2 (type: string)
@@ -221,10 +201,6 @@ STAGE PLANS:
                 condition map:
                      Inner Join 0 to 1
                      Inner Join 0 to 2
-                condition expressions:
-                  0 {key1} {val1}
-                  1 {key2} {val2}
-                  2 {key3} {val3}
                 keys:
                   0 key1 (type: string)
                   1 key2 (type: string)
@@ -292,10 +268,6 @@ STAGE PLANS:
               predicate: key1 is not null (type: boolean)
               Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {val1}
-                  1 {key2} {val2}
-                  2 {val3}
                 keys:
                   0 key1 (type: string)
                   1 key2 (type: string)
@@ -308,10 +280,6 @@ STAGE PLANS:
               predicate: key3 is not null (type: boolean)
               Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {val1}
-                  1 {key2} {val2}
-                  2 {val3}
                 keys:
                   0 key1 (type: string)
                   1 key2 (type: string)
@@ -330,10 +298,6 @@ STAGE PLANS:
                 condition map:
                      Inner Join 0 to 1
                      Inner Join 0 to 2
-                condition expressions:
-                  0 {key1} {val1}
-                  1 {key2} {val2}
-                  2 {key3} {val3}
                 keys:
                   0 key1 (type: string)
                   1 key2 (type: string)

Modified: hive/trunk/ql/src/test/results/clientpositive/join_star.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/join_star.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/join_star.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/join_star.q.out Thu Dec 11 20:28:02 2014
@@ -151,9 +151,6 @@ STAGE PLANS:
               predicate: f1 is not null (type: boolean)
               Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {m1} {m2}
-                  1 {f2}
                 keys:
                   0 d1 (type: int)
                   1 f1 (type: int)
@@ -170,9 +167,6 @@ STAGE PLANS:
               Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {m1} {m2}
-                  1 {f2}
                 keys:
                   0 d1 (type: int)
                   1 f1 (type: int)
@@ -246,9 +240,6 @@ STAGE PLANS:
               predicate: f1 is not null (type: boolean)
               Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {m1} {m2} {d2}
-                  1 {f2}
                 keys:
                   0 d1 (type: int)
                   1 f1 (type: int)
@@ -260,9 +251,6 @@ STAGE PLANS:
               predicate: f3 is not null (type: boolean)
               Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {_col0} {_col1} {_col8}
-                  1 {f4}
                 keys:
                   0 _col3 (type: int)
                   1 f3 (type: int)
@@ -279,9 +267,6 @@ STAGE PLANS:
               Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {m1} {m2} {d2}
-                  1 {f2}
                 keys:
                   0 d1 (type: int)
                   1 f1 (type: int)
@@ -290,9 +275,6 @@ STAGE PLANS:
                 Map Join Operator
                   condition map:
                        Inner Join 0 to 1
-                  condition expressions:
-                    0 {_col0} {_col1} {_col8}
-                    1 {f4}
                   keys:
                     0 _col3 (type: int)
                     1 f3 (type: int)
@@ -368,9 +350,6 @@ STAGE PLANS:
               predicate: (f1 is not null and f2 is not null) (type: boolean)
               Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {m1} {m2}
-                  1 {f2}
                 keys:
                   0 d1 (type: int)
                   1 f1 (type: int)
@@ -382,9 +361,6 @@ STAGE PLANS:
               predicate: f3 is not null (type: boolean)
               Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {_col0} {_col1} {_col8}
-                  1 {f4}
                 keys:
                   0 _col8 (type: int)
                   1 f3 (type: int)
@@ -401,9 +377,6 @@ STAGE PLANS:
               Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {m1} {m2}
-                  1 {f2}
                 keys:
                   0 d1 (type: int)
                   1 f1 (type: int)
@@ -412,9 +385,6 @@ STAGE PLANS:
                 Map Join Operator
                   condition map:
                        Inner Join 0 to 1
-                  condition expressions:
-                    0 {_col0} {_col1} {_col8}
-                    1 {f4}
                   keys:
                     0 _col8 (type: int)
                     1 f3 (type: int)
@@ -487,9 +457,6 @@ STAGE PLANS:
             alias: dim1
             Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
-              condition expressions:
-                0 {m1} {m2}
-                1 {f2}
               keys:
                 0 d1 (type: int)
                 1 f1 (type: int)
@@ -498,9 +465,6 @@ STAGE PLANS:
             alias: dim2
             Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
-              condition expressions:
-                0 {_col0} {_col1} {_col8}
-                1 {f4}
               keys:
                 0 _col8 (type: int)
                 1 f3 (type: int)
@@ -514,9 +478,6 @@ STAGE PLANS:
             Map Join Operator
               condition map:
                    Left Outer Join0 to 1
-              condition expressions:
-                0 {m1} {m2}
-                1 {f2}
               keys:
                 0 d1 (type: int)
                 1 f1 (type: int)
@@ -525,9 +486,6 @@ STAGE PLANS:
               Map Join Operator
                 condition map:
                      Left Outer Join0 to 1
-                condition expressions:
-                  0 {_col0} {_col1} {_col8}
-                  1 {f4}
                 keys:
                   0 _col8 (type: int)
                   1 f3 (type: int)
@@ -631,9 +589,6 @@ STAGE PLANS:
             alias: dim1
             Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
-              condition expressions:
-                0 {m1} {m2} {d2}
-                1 {f2}
               keys:
                 0 d1 (type: int)
                 1 f1 (type: int)
@@ -642,9 +597,6 @@ STAGE PLANS:
             alias: dim2
             Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
-              condition expressions:
-                0 {_col0} {_col1} {_col3} {_col8}
-                1 {f4}
               keys:
                 0 _col8 (type: int)
                 1 f3 (type: int)
@@ -653,9 +605,6 @@ STAGE PLANS:
             alias: dim3
             Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
-              condition expressions:
-                0 {_col0} {_col1} {_col8} {_col13}
-                1 {f6}
               keys:
                 0 _col3 (type: int)
                 1 f5 (type: int)
@@ -664,10 +613,6 @@ STAGE PLANS:
             alias: dim4
             Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
-              condition expressions:
-                0 {_col0} {_col1} {_col8} {_col13} {_col18}
-                1 {f8}
-                2 {f12}
               keys:
                 0 _col18 (type: int)
                 1 f7 (type: int)
@@ -677,9 +622,6 @@ STAGE PLANS:
             alias: dim5
             Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
-              condition expressions:
-                0 {_col0} {_col1} {_col8} {_col13} {_col18} {_col23} {_col28}
-                1 {f10}
               keys:
                 0 _col23 (type: int)
                 1 f9 (type: int)
@@ -688,10 +630,6 @@ STAGE PLANS:
             alias: dim6
             Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
-              condition expressions:
-                0 {_col0} {_col1} {_col8} {_col13} {_col18}
-                1 {f8}
-                2 {f12}
               keys:
                 0 _col18 (type: int)
                 1 f7 (type: int)
@@ -701,9 +639,6 @@ STAGE PLANS:
             alias: dim7
             Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
-              condition expressions:
-                0 {_col0} {_col1} {_col8} {_col13} {_col18} {_col23} {_col28} {_col33}
-                1 {f14}
               keys:
                 0 _col28 (type: int)
                 1 f13 (type: int)
@@ -717,9 +652,6 @@ STAGE PLANS:
             Map Join Operator
               condition map:
                    Left Outer Join0 to 1
-              condition expressions:
-                0 {m1} {m2} {d2}
-                1 {f2}
               keys:
                 0 d1 (type: int)
                 1 f1 (type: int)
@@ -728,9 +660,6 @@ STAGE PLANS:
               Map Join Operator
                 condition map:
                      Left Outer Join0 to 1
-                condition expressions:
-                  0 {_col0} {_col1} {_col3} {_col8}
-                  1 {f4}
                 keys:
                   0 _col8 (type: int)
                   1 f3 (type: int)
@@ -739,9 +668,6 @@ STAGE PLANS:
                 Map Join Operator
                   condition map:
                        Left Outer Join0 to 1
-                  condition expressions:
-                    0 {_col0} {_col1} {_col8} {_col13}
-                    1 {f6}
                   keys:
                     0 _col3 (type: int)
                     1 f5 (type: int)
@@ -751,10 +677,6 @@ STAGE PLANS:
                     condition map:
                          Left Outer Join0 to 1
                          Left Outer Join0 to 2
-                    condition expressions:
-                      0 {_col0} {_col1} {_col8} {_col13} {_col18}
-                      1 {f8}
-                      2 {f12}
                     keys:
                       0 _col18 (type: int)
                       1 f7 (type: int)
@@ -764,9 +686,6 @@ STAGE PLANS:
                     Map Join Operator
                       condition map:
                            Left Outer Join0 to 1
-                      condition expressions:
-                        0 {_col0} {_col1} {_col8} {_col13} {_col18} {_col23} {_col28}
-                        1 {f10}
                       keys:
                         0 _col23 (type: int)
                         1 f9 (type: int)
@@ -775,9 +694,6 @@ STAGE PLANS:
                       Map Join Operator
                         condition map:
                              Left Outer Join0 to 1
-                        condition expressions:
-                          0 {_col0} {_col1} {_col8} {_col13} {_col18} {_col23} {_col28} {_col33}
-                          1 {f14}
                         keys:
                           0 _col28 (type: int)
                           1 f13 (type: int)

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

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

Modified: hive/trunk/ql/src/test/results/clientpositive/join_view.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/join_view.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/join_view.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/join_view.q.out Thu Dec 11 20:28:02 2014
@@ -53,9 +53,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {VALUE._col1}
-            1 {VALUE._col0}
+          keys:
+            0 ds (type: string)
+            1 ds (type: string)
           outputColumnNames: _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/lateral_view_cp.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/lateral_view_cp.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/lateral_view_cp.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/lateral_view_cp.q.out Thu Dec 11 20:28:02 2014
@@ -64,9 +64,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 
-            1 {VALUE._col0}
+          keys:
+            0 key (type: string)
+            1 key (type: string)
           outputColumnNames: _col6
           Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE
           Select Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/lateral_view_noalias.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/lateral_view_noalias.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/lateral_view_noalias.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/lateral_view_noalias.q.out Thu Dec 11 20:28:02 2014
@@ -233,9 +233,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 _col0 (type: string)
           outputColumnNames: _col0, _col1, _col2, _col3
           Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE
           Select Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/limit_pushdown.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/limit_pushdown.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/limit_pushdown.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/limit_pushdown.q.out Thu Dec 11 20:28:02 2014
@@ -835,9 +835,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 _col0 (type: string)
           outputColumnNames: _col0, _col1, _col2, _col3
           Statistics: Num rows: 2 Data size: 22 Basic stats: COMPLETE Column stats: NONE
           Select Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/limit_pushdown_negative.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/limit_pushdown_negative.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/limit_pushdown_negative.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/limit_pushdown_negative.q.out Thu Dec 11 20:28:02 2014
@@ -40,9 +40,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: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE
           Select Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/lineage1.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/lineage1.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/lineage1.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/lineage1.q.out Thu Dec 11 20:28:02 2014
@@ -69,9 +69,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Left Outer Join0 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: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE
           Select Operator
@@ -195,9 +195,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Left Outer Join0 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: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE
           Select Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/louter_join_ppr.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/louter_join_ppr.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/louter_join_ppr.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/louter_join_ppr.q.out Thu Dec 11 20:28:02 2014
@@ -292,9 +292,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Left 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: 122 Data size: 1296 Basic stats: COMPLETE Column stats: NONE
           Filter Operator
@@ -755,14 +755,14 @@ STAGE PLANS:
         Join Operator
           condition map:
                Left Outer Join0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
           filter mappings:
             0 [1, 1]
           filter predicates:
             0 {(VALUE._col1 = '2008-04-08')}
             1 
+          keys:
+            0 key (type: string)
+            1 key (type: string)
           outputColumnNames: _col0, _col1, _col7, _col8
           Statistics: Num rows: 244 Data size: 2593 Basic stats: COMPLETE Column stats: NONE
           Filter Operator
@@ -1227,9 +1227,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Left Outer Join0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0} {VALUE._col1}
+          keys:
+            0 key (type: string)
+            1 key (type: string)
           outputColumnNames: _col0, _col1, _col5, _col6, _col7
           Statistics: Num rows: 244 Data size: 2593 Basic stats: COMPLETE Column stats: NONE
           Filter Operator
@@ -1600,9 +1600,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Left 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, _col7, _col8
           Statistics: Num rows: 122 Data size: 1296 Basic stats: COMPLETE Column stats: NONE
           Filter Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/mapjoin1.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/mapjoin1.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/mapjoin1.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/mapjoin1.q.out Thu Dec 11 20:28:02 2014
@@ -47,9 +47,6 @@ STAGE PLANS:
             alias: a
             Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
-              condition expressions:
-                0 {value}
-                1 {key} {value}
               filter predicates:
                 0 
                 1 {true}
@@ -66,9 +63,6 @@ STAGE PLANS:
             Map Join Operator
               condition map:
                    Right Outer Join0 to 1
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
               filter predicates:
                 0 
                 1 {true}
@@ -144,9 +138,6 @@ STAGE PLANS:
             alias: a
             Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
-              condition expressions:
-                0 {value}
-                1 {key} {value}
               filter predicates:
                 0 
                 1 {((key * 10) < '1000')}
@@ -163,9 +154,6 @@ STAGE PLANS:
             Map Join Operator
               condition map:
                    Right Outer Join0 to 1
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
               filter predicates:
                 0 
                 1 {((key * 10) < '1000')}
@@ -243,9 +231,6 @@ STAGE PLANS:
             alias: a
             Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
-              condition expressions:
-                0 {value}
-                1 {_col0} {_col1}
               filter predicates:
                 0 
                 1 {(_col1.key > 200)}
@@ -266,9 +251,6 @@ STAGE PLANS:
               Map Join Operator
                 condition map:
                      Right Outer Join0 to 1
-                condition expressions:
-                  0 {key} {value}
-                  1 {_col0} {_col1}
                 filter predicates:
                   0 
                   1 {(_col1.key > 200)}
@@ -344,9 +326,6 @@ STAGE PLANS:
             alias: a
             Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
-              condition expressions:
-                0 {value}
-                1 {key} {value}
               keys:
                 0 key (type: string)
                 1 key (type: string)
@@ -360,9 +339,6 @@ STAGE PLANS:
             Map Join Operator
               condition map:
                    Right Outer Join0 to 1
-              condition expressions:
-                0 {key} {value}
-                1 {key} {value}
               keys:
                 0 key (type: string)
                 1 key (type: string)
@@ -436,9 +412,6 @@ STAGE PLANS:
               predicate: ((key * 10) < '1000') (type: boolean)
               Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {value}
-                  1 {key} {value}
                 keys:
                   0 key (type: string)
                   1 key (type: string)
@@ -455,9 +428,6 @@ STAGE PLANS:
               Map Join Operator
                 condition map:
                      Right Outer Join0 to 1
-                condition expressions:
-                  0 {key} {value}
-                  1 {key} {value}
                 keys:
                   0 key (type: string)
                   1 key (type: string)
@@ -530,9 +500,6 @@ STAGE PLANS:
             alias: a
             Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
-              condition expressions:
-                0 {value}
-                1 {_col0} {_col1}
               keys:
                 0 key (type: string)
                 1 _col0 (type: string)
@@ -553,9 +520,6 @@ STAGE PLANS:
                 Map Join Operator
                   condition map:
                        Right Outer Join0 to 1
-                  condition expressions:
-                    0 {key} {value}
-                    1 {_col0} {_col1}
                   keys:
                     0 key (type: string)
                     1 _col0 (type: string)

Modified: hive/trunk/ql/src/test/results/clientpositive/mapjoin_distinct.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/mapjoin_distinct.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/mapjoin_distinct.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/mapjoin_distinct.q.out Thu Dec 11 20:28:02 2014
@@ -32,9 +32,6 @@ STAGE PLANS:
               predicate: key is not null (type: boolean)
               Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {value}
-                  1 
                 keys:
                   0 key (type: string)
                   1 key (type: string)
@@ -51,9 +48,6 @@ STAGE PLANS:
               Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {value}
-                  1 
                 keys:
                   0 key (type: string)
                   1 key (type: string)
@@ -178,9 +172,6 @@ STAGE PLANS:
               predicate: key is not null (type: boolean)
               Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {value}
-                  1 
                 keys:
                   0 key (type: string)
                   1 key (type: string)
@@ -197,9 +188,6 @@ STAGE PLANS:
               Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {value}
-                  1 
                 keys:
                   0 key (type: string)
                   1 key (type: string)
@@ -303,9 +291,6 @@ STAGE PLANS:
               predicate: key is not null (type: boolean)
               Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {value}
-                  1 
                 keys:
                   0 key (type: string)
                   1 key (type: string)
@@ -322,9 +307,6 @@ STAGE PLANS:
               Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {value}
-                  1 
                 keys:
                   0 key (type: string)
                   1 key (type: string)
@@ -444,9 +426,6 @@ STAGE PLANS:
               predicate: key is not null (type: boolean)
               Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {value}
-                  1 
                 keys:
                   0 key (type: string)
                   1 key (type: string)
@@ -463,9 +442,6 @@ STAGE PLANS:
               Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {value}
-                  1 
                 keys:
                   0 key (type: string)
                   1 key (type: string)

Modified: hive/trunk/ql/src/test/results/clientpositive/mapjoin_filter_on_outerjoin.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/mapjoin_filter_on_outerjoin.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/mapjoin_filter_on_outerjoin.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/mapjoin_filter_on_outerjoin.q.out Thu Dec 11 20:28:02 2014
@@ -76,10 +76,6 @@ STAGE PLANS:
               predicate: ((key < 300) and (key < 10)) (type: boolean)
               Statistics: Num rows: 2 Data size: 15 Basic stats: COMPLETE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {value}
-                  1 {value}
-                  2 {key} {value}
                 filter predicates:
                   0 
                   1 {(key > 10)}
@@ -96,10 +92,6 @@ STAGE PLANS:
               predicate: (key < 300) (type: boolean)
               Statistics: Num rows: 8 Data size: 61 Basic stats: COMPLETE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {value}
-                  1 {value}
-                  2 {key} {value}
                 filter predicates:
                   0 
                   1 {(key > 10)}
@@ -122,10 +114,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}
                 filter predicates:
                   0 
                   1 {(key > 10)}
@@ -240,10 +228,6 @@ STAGE PLANS:
               predicate: ((key < 300) and (key < 10)) (type: boolean)
               Statistics: Num rows: 2 Data size: 15 Basic stats: COMPLETE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {value}
-                  1 {value}
-                  2 {key} {value}
                 filter predicates:
                   0 
                   1 {(key > 10)}
@@ -260,10 +244,6 @@ STAGE PLANS:
               predicate: (key < 300) (type: boolean)
               Statistics: Num rows: 8 Data size: 61 Basic stats: COMPLETE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {value}
-                  1 {value}
-                  2 {key} {value}
                 filter predicates:
                   0 
                   1 {(key > 10)}
@@ -286,10 +266,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}
                 filter predicates:
                   0 
                   1 {(key > 10)}

Modified: hive/trunk/ql/src/test/results/clientpositive/mapjoin_mapjoin.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/mapjoin_mapjoin.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/mapjoin_mapjoin.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/mapjoin_mapjoin.q.out Thu Dec 11 20:28:02 2014
@@ -81,9 +81,6 @@ STAGE PLANS:
               predicate: 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}
-                  1 
                 keys:
                   0 value (type: string)
                   1 value (type: string)
@@ -98,9 +95,6 @@ STAGE PLANS:
               predicate: key is not null (type: boolean)
               Statistics: Num rows: 13 Data size: 99 Basic stats: COMPLETE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {_col0}
-                  1 
                 keys:
                   0 _col0 (type: string)
                   1 key (type: string)
@@ -120,9 +114,6 @@ STAGE PLANS:
               Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {key}
-                  1 
                 keys:
                   0 value (type: string)
                   1 value (type: string)
@@ -132,9 +123,6 @@ STAGE PLANS:
                 Map Join Operator
                   condition map:
                        Inner Join 0 to 1
-                  condition expressions:
-                    0 {_col0}
-                    1 
                   keys:
                     0 _col0 (type: string)
                     1 key (type: string)
@@ -485,9 +473,6 @@ STAGE PLANS:
               predicate: (value > 'val_450') (type: boolean)
               Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {key}
-                  1 
                 keys:
                   0 value (type: string)
                   1 value (type: string)
@@ -499,9 +484,6 @@ STAGE PLANS:
               predicate: key is not null (type: boolean)
               Statistics: Num rows: 13 Data size: 99 Basic stats: COMPLETE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {_col0}
-                  1 
                 keys:
                   0 _col0 (type: string)
                   1 key (type: string)
@@ -518,9 +500,6 @@ STAGE PLANS:
               Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {key}
-                  1 
                 keys:
                   0 value (type: string)
                   1 value (type: string)
@@ -529,9 +508,6 @@ STAGE PLANS:
                 Map Join Operator
                   condition map:
                        Inner Join 0 to 1
-                  condition expressions:
-                    0 {_col0}
-                    1 
                   keys:
                     0 _col0 (type: string)
                     1 key (type: string)
@@ -586,9 +562,6 @@ STAGE PLANS:
               predicate: 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} {ds}
-                  1 
                 keys:
                   0 value (type: string)
                   1 value (type: string)
@@ -605,9 +578,6 @@ STAGE PLANS:
               Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {key} {ds}
-                  1 
                 keys:
                   0 value (type: string)
                   1 value (type: string)
@@ -637,9 +607,6 @@ STAGE PLANS:
               predicate: key is not null (type: boolean)
               Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {_col2}
-                  1 
                 keys:
                   0 _col0 (type: string)
                   1 key (type: string)
@@ -651,9 +618,6 @@ STAGE PLANS:
             Map Join Operator
               condition map:
                    Inner Join 0 to 1
-              condition expressions:
-                0 {_col2}
-                1 
               keys:
                 0 _col0 (type: string)
                 1 key (type: string)

Modified: hive/trunk/ql/src/test/results/clientpositive/mapjoin_memcheck.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/mapjoin_memcheck.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/mapjoin_memcheck.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/mapjoin_memcheck.q.out Thu Dec 11 20:28:02 2014
@@ -49,9 +49,6 @@ STAGE PLANS:
               predicate: key is not null (type: boolean)
               Statistics: Num rows: 5 Data size: 35 Basic stats: COMPLETE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {value}
-                  1 {key} {value}
                 keys:
                   0 key (type: string)
                   1 key (type: string)
@@ -68,9 +65,6 @@ STAGE PLANS:
               Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {key} {value}
-                  1 {key} {value}
                 keys:
                   0 key (type: string)
                   1 key (type: string)

Modified: hive/trunk/ql/src/test/results/clientpositive/mapjoin_subquery.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/mapjoin_subquery.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/mapjoin_subquery.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/mapjoin_subquery.q.out Thu Dec 11 20:28:02 2014
@@ -42,9 +42,6 @@ STAGE PLANS:
               predicate: key is not null (type: boolean)
               Statistics: Num rows: 13 Data size: 99 Basic stats: COMPLETE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 
-                  1 
                 keys:
                   0 key (type: string)
                   1 key (type: string)
@@ -56,9 +53,6 @@ STAGE PLANS:
               predicate: key is not null (type: boolean)
               Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {_col0}
-                  1 {value}
                 keys:
                   0 _col0 (type: string)
                   1 key (type: string)
@@ -75,9 +69,6 @@ STAGE PLANS:
               Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {key}
-                  1 
                 keys:
                   0 key (type: string)
                   1 key (type: string)
@@ -86,9 +77,6 @@ STAGE PLANS:
                 Map Join Operator
                   condition map:
                        Inner Join 0 to 1
-                  condition expressions:
-                    0 {_col0}
-                    1 {value}
                   keys:
                     0 _col0 (type: string)
                     1 key (type: string)
@@ -281,9 +269,6 @@ STAGE PLANS:
               predicate: key is not null (type: boolean)
               Statistics: Num rows: 13 Data size: 99 Basic stats: COMPLETE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 
-                  1 
                 keys:
                   0 key (type: string)
                   1 key (type: string)
@@ -295,9 +280,6 @@ STAGE PLANS:
               predicate: key is not null (type: boolean)
               Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {_col0}
-                  1 {value}
                 keys:
                   0 _col0 (type: string)
                   1 key (type: string)
@@ -314,9 +296,6 @@ STAGE PLANS:
               Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {key}
-                  1 
                 keys:
                   0 key (type: string)
                   1 key (type: string)
@@ -325,9 +304,6 @@ STAGE PLANS:
                 Map Join Operator
                   condition map:
                        Inner Join 0 to 1
-                  condition expressions:
-                    0 {_col0}
-                    1 {value}
                   keys:
                     0 _col0 (type: string)
                     1 key (type: string)

Modified: hive/trunk/ql/src/test/results/clientpositive/mapjoin_subquery2.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/mapjoin_subquery2.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/mapjoin_subquery2.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/mapjoin_subquery2.q.out Thu Dec 11 20:28:02 2014
@@ -106,9 +106,6 @@ STAGE PLANS:
               predicate: id is not null (type: boolean)
               Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
               HashTable Sink Operator
-                condition expressions:
-                  0 {name}
-                  1 {name} {id}
                 keys:
                   0 id (type: int)
                   1 id (type: int)
@@ -120,9 +117,6 @@ STAGE PLANS:
               predicate: id 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} {_col2} {_col3}
-                  1 {name}
                 keys:
                   0 _col0 (type: int)
                   1 id (type: int)
@@ -139,9 +133,6 @@ STAGE PLANS:
               Map Join Operator
                 condition map:
                      Inner Join 0 to 1
-                condition expressions:
-                  0 {id} {name}
-                  1 {name} {id}
                 keys:
                   0 id (type: int)
                   1 id (type: int)
@@ -154,9 +145,6 @@ STAGE PLANS:
                   Map Join Operator
                     condition map:
                          Inner Join 0 to 1
-                    condition expressions:
-                      0 {_col0} {_col1} {_col2} {_col3}
-                      1 {id} {name}
                     keys:
                       0 _col0 (type: int)
                       1 id (type: int)

Modified: hive/trunk/ql/src/test/results/clientpositive/mapjoin_test_outer.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/mapjoin_test_outer.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/mapjoin_test_outer.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/mapjoin_test_outer.q.out Thu Dec 11 20:28:02 2014
@@ -264,10 +264,6 @@ STAGE PLANS:
             alias: src1
             Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
-              condition expressions:
-                0 {value}
-                1 {value}
-                2 {key} {value}
               keys:
                 0 key (type: string)
                 1 key (type: string)
@@ -277,10 +273,6 @@ STAGE PLANS:
             alias: src2
             Statistics: Num rows: 9 Data size: 40 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
-              condition expressions:
-                0 {value}
-                1 {value}
-                2 {key} {value}
               keys:
                 0 key (type: string)
                 1 key (type: string)
@@ -296,10 +288,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: string)
                 1 key (type: string)
@@ -1097,10 +1085,6 @@ STAGE PLANS:
             alias: src1
             Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
-              condition expressions:
-                0 {value}
-                1 {value}
-                2 {key} {value}
               keys:
                 0 key (type: string)
                 1 key (type: string)
@@ -1110,10 +1094,6 @@ STAGE PLANS:
             alias: src2
             Statistics: Num rows: 9 Data size: 40 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
-              condition expressions:
-                0 {value}
-                1 {value}
-                2 {key} {value}
               keys:
                 0 key (type: string)
                 1 key (type: string)
@@ -1129,10 +1109,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: string)
                 1 key (type: string)

Modified: hive/trunk/ql/src/test/results/clientpositive/merge_join_1.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/merge_join_1.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/merge_join_1.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/merge_join_1.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 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {KEY.reducesinkkey1}
+          keys:
+            0 _col0 (type: string), _col0 (type: string)
+            1 _col0 (type: string), _col1 (type: string)
           outputColumnNames: _col0, _col1, _col2, _col3
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           File Output Operator
@@ -151,9 +151,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0} {VALUE._col1} {VALUE._col2}
-            1 {KEY.reducesinkkey0}
+          keys:
+            0 _col0 (type: string)
+            1 _col0 (type: string)
           outputColumnNames: _col0, _col1, _col2, _col3, _col4
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator

Modified: hive/trunk/ql/src/test/results/clientpositive/mergejoins.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/mergejoins.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/mergejoins.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/mergejoins.q.out Thu Dec 11 20:28:02 2014
@@ -105,11 +105,11 @@ STAGE PLANS:
                Inner Join 0 to 1
                Inner Join 0 to 2
                Inner Join 0 to 3
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
-            2 {KEY.reducesinkkey0} {VALUE._col0}
-            3 {KEY.reducesinkkey0} {VALUE._col0}
+          keys:
+            0 val1 (type: int)
+            1 val1 (type: int)
+            2 val1 (type: int)
+            3 val1 (type: int)
           outputColumnNames: _col0, _col1, _col5, _col6, _col10, _col11, _col15, _col16
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           File Output Operator
@@ -145,9 +145,9 @@ STAGE PLANS:
         Join Operator
           condition map:
                Inner Join 0 to 1
-          condition expressions:
-            0 {VALUE._col0} {KEY.reducesinkkey0} {VALUE._col4} {VALUE._col5} {VALUE._col9} {VALUE._col10} {VALUE._col14} {VALUE._col15}
-            1 {VALUE._col0} {KEY.reducesinkkey0}
+          keys:
+            0 _col1 (type: int)
+            1 val2 (type: int)
           outputColumnNames: _col0, _col1, _col5, _col6, _col10, _col11, _col15, _col16, _col20, _col21
           Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
           Select Operator
@@ -214,14 +214,14 @@ STAGE PLANS:
           condition map:
                Inner Join 0 to 1
                Left Outer Join1 to 2
-          condition expressions:
-            0 {KEY.reducesinkkey0} {VALUE._col0}
-            1 {KEY.reducesinkkey0} {VALUE._col0}
-            2 {KEY.reducesinkkey0} {VALUE._col0}
           filter predicates:
             0 
             1 {(KEY.reducesinkkey0 < 10)}
             2 
+          keys:
+            0 key (type: string)
+            1 key (type: string)
+            2 key (type: string)
           outputColumnNames: _col0, _col1, _col5, _col6, _col10, _col11
           Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE
           Select Operator