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/06/08 20:11:44 UTC

svn commit: r1601232 [2/2] - in /hive/trunk/ql/src: java/org/apache/hadoop/hive/ql/exec/ java/org/apache/hadoop/hive/ql/exec/persistence/ java/org/apache/hadoop/hive/ql/optimizer/ java/org/apache/hadoop/hive/ql/optimizer/physical/ java/org/apache/hadoo...

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=1601232&r1=1601231&r2=1601232&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/mapjoin1.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/mapjoin1.q.out Sun Jun  8 18:11:41 2014
@@ -48,7 +48,7 @@ STAGE PLANS:
             Statistics: Num rows: 29 Data size: 5812 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
               condition expressions:
-                0 {key} {value}
+                0 {value}
                 1 {key} {value}
               filter predicates:
                 0 
@@ -145,7 +145,7 @@ STAGE PLANS:
             Statistics: Num rows: 29 Data size: 5812 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
               condition expressions:
-                0 {key} {value}
+                0 {value}
                 1 {key} {value}
               filter predicates:
                 0 
@@ -244,7 +244,7 @@ STAGE PLANS:
             Statistics: Num rows: 29 Data size: 5812 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
               condition expressions:
-                0 {key} {value}
+                0 {value}
                 1 {_col0} {_col1}
               filter predicates:
                 0 
@@ -348,7 +348,7 @@ STAGE PLANS:
               Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
               HashTable Sink Operator
                 condition expressions:
-                  0 {key} {value}
+                  0 {value}
                   1 {key} {value}
                 keys:
                   0 key (type: string)
@@ -443,7 +443,7 @@ STAGE PLANS:
               Statistics: Num rows: 9 Data size: 1803 Basic stats: COMPLETE Column stats: NONE
               HashTable Sink Operator
                 condition expressions:
-                  0 {key} {value}
+                  0 {value}
                   1 {key} {value}
                 keys:
                   0 key (type: string)
@@ -537,7 +537,7 @@ STAGE PLANS:
             Statistics: Num rows: 29 Data size: 5812 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
               condition expressions:
-                0 {key} {value}
+                0 {value}
                 1 {_col0} {_col1}
               keys:
                 0 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=1601232&r1=1601231&r2=1601232&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 Sun Jun  8 18:11:41 2014
@@ -77,8 +77,8 @@ STAGE PLANS:
               Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
               HashTable Sink Operator
                 condition expressions:
-                  0 {key} {value}
-                  1 {key} {value}
+                  0 {value}
+                  1 {value}
                   2 {key} {value}
                 filter predicates:
                   0 
@@ -97,8 +97,8 @@ STAGE PLANS:
               Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
               HashTable Sink Operator
                 condition expressions:
-                  0 {key} {value}
-                  1 {key} {value}
+                  0 {value}
+                  1 {value}
                   2 {key} {value}
                 filter predicates:
                   0 
@@ -241,8 +241,8 @@ STAGE PLANS:
               Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
               HashTable Sink Operator
                 condition expressions:
-                  0 {key} {value}
-                  1 {key} {value}
+                  0 {value}
+                  1 {value}
                   2 {key} {value}
                 filter predicates:
                   0 
@@ -261,8 +261,8 @@ STAGE PLANS:
               Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE
               HashTable Sink Operator
                 condition expressions:
-                  0 {key} {value}
-                  1 {key} {value}
+                  0 {value}
+                  1 {value}
                   2 {key} {value}
                 filter predicates:
                   0 

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=1601232&r1=1601231&r2=1601232&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 Sun Jun  8 18:11:41 2014
@@ -46,7 +46,7 @@ STAGE PLANS:
             Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
               condition expressions:
-                0 {key} {value}
+                0 {value}
                 1 {key} {value}
               keys:
                 0 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=1601232&r1=1601231&r2=1601232&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 Sun Jun  8 18:11:41 2014
@@ -40,7 +40,7 @@ STAGE PLANS:
             Statistics: Num rows: 2 Data size: 216 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
               condition expressions:
-                0 {key}
+                0 
                 1 
               keys:
                 0 key (type: string)
@@ -274,7 +274,7 @@ STAGE PLANS:
             Statistics: Num rows: 2 Data size: 216 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
               condition expressions:
-                0 {key}
+                0 
                 1 
               keys:
                 0 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=1601232&r1=1601231&r2=1601232&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 Sun Jun  8 18:11:41 2014
@@ -101,7 +101,7 @@ STAGE PLANS:
             Statistics: Num rows: 0 Data size: 6 Basic stats: PARTIAL Column stats: NONE
             HashTable Sink Operator
               condition expressions:
-                0 {id} {name}
+                0 {name}
                 1 {name} {id}
               keys:
                 0 id (type: int)
@@ -113,7 +113,7 @@ STAGE PLANS:
             HashTable Sink Operator
               condition expressions:
                 0 {_col0} {_col1} {_col2} {_col3}
-                1 {id} {name}
+                1 {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=1601232&r1=1601231&r2=1601232&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 Sun Jun  8 18:11:41 2014
@@ -263,8 +263,8 @@ STAGE PLANS:
             Statistics: Num rows: 1 Data size: 216 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
               condition expressions:
-                0 {key} {value}
-                1 {key} {value}
+                0 {value}
+                1 {value}
                 2 {key} {value}
               keys:
                 0 key (type: string)
@@ -276,8 +276,8 @@ STAGE PLANS:
             Statistics: Num rows: 1 Data size: 13 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
               condition expressions:
-                0 {key} {value}
-                1 {key} {value}
+                0 {value}
+                1 {value}
                 2 {key} {value}
               keys:
                 0 key (type: string)
@@ -1096,8 +1096,8 @@ STAGE PLANS:
             Statistics: Num rows: 1 Data size: 216 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
               condition expressions:
-                0 {key} {value}
-                1 {key} {value}
+                0 {value}
+                1 {value}
                 2 {key} {value}
               keys:
                 0 key (type: string)
@@ -1109,8 +1109,8 @@ STAGE PLANS:
             Statistics: Num rows: 1 Data size: 13 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
               condition expressions:
-                0 {key} {value}
-                1 {key} {value}
+                0 {value}
+                1 {value}
                 2 {key} {value}
               keys:
                 0 key (type: string)

Modified: hive/trunk/ql/src/test/results/clientpositive/multiMapJoin1.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/multiMapJoin1.q.out?rev=1601232&r1=1601231&r2=1601232&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/multiMapJoin1.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/multiMapJoin1.q.out Sun Jun  8 18:11:41 2014
@@ -829,7 +829,7 @@ STAGE PLANS:
             HashTable Sink Operator
               condition expressions:
                 0 {key1} {key2} {value}
-                1 {key}
+                1 
               keys:
                 0 key1 (type: string)
                 1 key (type: string)
@@ -924,7 +924,7 @@ STAGE PLANS:
             HashTable Sink Operator
               condition expressions:
                 0 {_col0} {_col1} {_col2} {_col3} {_col4} {_col5}
-                1 {key}
+                1 
               keys:
                 0 _col1 (type: string)
                 1 key (type: string)
@@ -971,7 +971,7 @@ STAGE PLANS:
             HashTable Sink Operator
               condition expressions:
                 0 {_col0} {_col1} {_col2} {_col3} {_col4} {_col5} {_col6}
-                1 {key}
+                1 
               keys:
                 0 _col2 (type: string)
                 1 key (type: string)
@@ -1043,7 +1043,7 @@ STAGE PLANS:
           TableScan
             HashTable Sink Operator
               condition expressions:
-                0 {_col0} {_col1} {_col2} {_col3} {_col4} {_col5} {_col6}
+                0 {_col0} {_col1} {_col3} {_col4} {_col5} {_col6}
                 1 {key}
               keys:
                 0 _col2 (type: string)
@@ -1134,7 +1134,7 @@ STAGE PLANS:
           TableScan
             HashTable Sink Operator
               condition expressions:
-                0 {_col0} {_col1} {_col2} {_col3} {_col4} {_col5}
+                0 {_col0} {_col2} {_col3} {_col4} {_col5}
                 1 {key}
               keys:
                 0 _col1 (type: string)
@@ -1216,7 +1216,7 @@ STAGE PLANS:
           TableScan
             HashTable Sink Operator
               condition expressions:
-                0 {_col0} {_col1} {_col2} {_col3} {_col3}
+                0 {_col0} {_col1} {_col2}
                 1 {key}
               keys:
                 0 _col3 (type: string)
@@ -1300,7 +1300,7 @@ STAGE PLANS:
             alias: bigtbl
             HashTable Sink Operator
               condition expressions:
-                0 {key1} {key2} {value}
+                0 {key2} {value}
                 1 {key}
               keys:
                 0 key1 (type: string)
@@ -1570,7 +1570,7 @@ STAGE PLANS:
             HashTable Sink Operator
               condition expressions:
                 0 {key1} {key2} {value}
-                1 {key}
+                1 
               keys:
                 0 key1 (type: string)
                 1 key (type: string)
@@ -1592,7 +1592,7 @@ STAGE PLANS:
             HashTable Sink Operator
               condition expressions:
                 0 {_col0} {_col1} {_col2} {_col3} {_col4} {_col5}
-                1 {key}
+                1 
               keys:
                 0 _col1 (type: string)
                 1 key (type: string)
@@ -1603,7 +1603,7 @@ STAGE PLANS:
             HashTable Sink Operator
               condition expressions:
                 0 {_col0} {_col1} {_col2} {_col3} {_col4} {_col5} {_col6}
-                1 {key}
+                1 
               keys:
                 0 _col2 (type: string)
                 1 key (type: string)
@@ -1887,7 +1887,7 @@ STAGE PLANS:
             HashTable Sink Operator
               condition expressions:
                 0 {key1} {key2} {value}
-                1 {key}
+                1 
               keys:
                 0 key1 (type: string)
                 1 key (type: string)
@@ -1965,7 +1965,7 @@ STAGE PLANS:
             HashTable Sink Operator
               condition expressions:
                 0 {_col0} {_col1} {_col2} {_col3} {_col4} {_col5}
-                1 {key}
+                1 
               keys:
                 0 _col1 (type: string)
                 1 key (type: string)
@@ -1976,7 +1976,7 @@ STAGE PLANS:
             HashTable Sink Operator
               condition expressions:
                 0 {_col0} {_col1} {_col2} {_col3} {_col4} {_col5} {_col6}
-                1 {key}
+                1 
               keys:
                 0 _col2 (type: string)
                 1 key (type: string)
@@ -2246,7 +2246,7 @@ STAGE PLANS:
             HashTable Sink Operator
               condition expressions:
                 0 {key1} {key2} {value}
-                1 {key}
+                1 
               keys:
                 0 key1 (type: string)
                 1 key (type: string)
@@ -2341,7 +2341,7 @@ STAGE PLANS:
             HashTable Sink Operator
               condition expressions:
                 0 {_col0} {_col1} {_col2} {_col3} {_col4} {_col5}
-                1 {key}
+                1 
               keys:
                 0 _col1 (type: string)
                 1 key (type: string)
@@ -2388,7 +2388,7 @@ STAGE PLANS:
             HashTable Sink Operator
               condition expressions:
                 0 {_col0} {_col1} {_col2} {_col3} {_col4} {_col5} {_col6}
-                1 {key}
+                1 
               keys:
                 0 _col2 (type: string)
                 1 key (type: string)
@@ -2460,7 +2460,7 @@ STAGE PLANS:
           TableScan
             HashTable Sink Operator
               condition expressions:
-                0 {_col0} {_col1} {_col2} {_col3} {_col4} {_col5} {_col6}
+                0 {_col0} {_col1} {_col3} {_col4} {_col5} {_col6}
                 1 {key}
               keys:
                 0 _col2 (type: string)
@@ -2551,7 +2551,7 @@ STAGE PLANS:
           TableScan
             HashTable Sink Operator
               condition expressions:
-                0 {_col0} {_col1} {_col2} {_col3} {_col4} {_col5}
+                0 {_col0} {_col2} {_col3} {_col4} {_col5}
                 1 {key}
               keys:
                 0 _col1 (type: string)
@@ -2633,7 +2633,7 @@ STAGE PLANS:
           TableScan
             HashTable Sink Operator
               condition expressions:
-                0 {_col0} {_col1} {_col2} {_col3} {_col3}
+                0 {_col0} {_col1} {_col2}
                 1 {key}
               keys:
                 0 _col3 (type: string)
@@ -2717,7 +2717,7 @@ STAGE PLANS:
             alias: bigtbl
             HashTable Sink Operator
               condition expressions:
-                0 {key1} {key2} {value}
+                0 {key2} {value}
                 1 {key}
               keys:
                 0 key1 (type: string)

Modified: hive/trunk/ql/src/test/results/clientpositive/multiMapJoin2.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/multiMapJoin2.q.out?rev=1601232&r1=1601231&r2=1601232&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/multiMapJoin2.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/multiMapJoin2.q.out Sun Jun  8 18:11:41 2014
@@ -946,7 +946,7 @@ STAGE PLANS:
           TableScan
             HashTable Sink Operator
               condition expressions:
-                0 {_col0}
+                0 
                 1 
               keys:
                 0 _col0 (type: string)
@@ -1644,7 +1644,7 @@ STAGE PLANS:
           TableScan
             HashTable Sink Operator
               condition expressions:
-                0 {_col0}
+                0 
                 1 
               keys:
                 0 _col0 (type: string)
@@ -2309,7 +2309,7 @@ STAGE PLANS:
             Statistics: Num rows: 58 Data size: 5812 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
               condition expressions:
-                0 {key}
+                0 
                 1 
               keys:
                 0 key (type: string)
@@ -2382,7 +2382,7 @@ STAGE PLANS:
             HashTable Sink Operator
               condition expressions:
                 0 
-                1 {key}
+                1 
               keys:
                 0 _col0 (type: string)
                 1 key (type: string)
@@ -2393,7 +2393,7 @@ STAGE PLANS:
             HashTable Sink Operator
               condition expressions:
                 0 
-                1 {key}
+                1 
               keys:
                 0 _col0 (type: string)
                 1 key (type: string)
@@ -2475,7 +2475,7 @@ STAGE PLANS:
             Statistics: Num rows: 58 Data size: 5812 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
               condition expressions:
-                0 {key}
+                0 
                 1 
               keys:
                 0 key (type: string)

Modified: hive/trunk/ql/src/test/results/clientpositive/multi_join_union.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/multi_join_union.q.out?rev=1601232&r1=1601231&r2=1601232&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/multi_join_union.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/multi_join_union.q.out Sun Jun  8 18:11:41 2014
@@ -61,7 +61,7 @@ STAGE PLANS:
             Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
               condition expressions:
-                0 {key} {value}
+                0 {value}
                 1 {key} {value}
               keys:
                 0 key (type: string)
@@ -83,7 +83,7 @@ STAGE PLANS:
                   HashTable Sink Operator
                     condition expressions:
                       0 {_col0} {_col1} {_col4} {_col5}
-                      1 {_col0} {_col1}
+                      1 {_col0}
                     keys:
                       0 _col5 (type: string)
                       1 _col1 (type: string)
@@ -104,7 +104,7 @@ STAGE PLANS:
                   HashTable Sink Operator
                     condition expressions:
                       0 {_col0} {_col1} {_col4} {_col5}
-                      1 {_col0} {_col1}
+                      1 {_col0}
                     keys:
                       0 _col5 (type: string)
                       1 _col1 (type: string)

Modified: hive/trunk/ql/src/test/results/clientpositive/reduce_deduplicate_exclude_join.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/reduce_deduplicate_exclude_join.q.out?rev=1601232&r1=1601231&r2=1601232&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/reduce_deduplicate_exclude_join.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/reduce_deduplicate_exclude_join.q.out Sun Jun  8 18:11:41 2014
@@ -51,7 +51,7 @@ STAGE PLANS:
             HashTable Sink Operator
               condition expressions:
                 0 {_col0} {_col1}
-                1 {key} {value}
+                1 {value}
               keys:
                 0 _col0 (type: string)
                 1 key (type: string)

Modified: hive/trunk/ql/src/test/results/clientpositive/select_transform_hint.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/select_transform_hint.q.out?rev=1601232&r1=1601231&r2=1601232&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/select_transform_hint.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/select_transform_hint.q.out Sun Jun  8 18:11:41 2014
@@ -29,7 +29,7 @@ STAGE PLANS:
             Statistics: Num rows: 29 Data size: 5812 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
               condition expressions:
-                0 {key} {value}
+                0 {value}
                 1 
               keys:
                 0 key (type: string)

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=1601232&r1=1601231&r2=1601232&view=diff
==============================================================================
Files hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_15.q.out (original) and hive/trunk/ql/src/test/results/clientpositive/smb_mapjoin_15.q.out Sun Jun  8 18:11:41 2014 differ

Modified: hive/trunk/ql/src/test/results/clientpositive/stats11.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/stats11.q.out?rev=1601232&r1=1601231&r2=1601232&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/stats11.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/stats11.q.out Sun Jun  8 18:11:41 2014
@@ -930,7 +930,7 @@ STAGE PLANS:
             GatherStats: false
             HashTable Sink Operator
               condition expressions:
-                0 {key} {value}
+                0 {value}
                 1 {value}
               keys:
                 0 key (type: int)

Modified: hive/trunk/ql/src/test/results/clientpositive/subquery_multiinsert.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/subquery_multiinsert.q.out?rev=1601232&r1=1601231&r2=1601232&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/subquery_multiinsert.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/subquery_multiinsert.q.out Sun Jun  8 18:11:41 2014
@@ -646,7 +646,7 @@ STAGE PLANS:
                 HashTable Sink Operator
                   condition expressions:
                     0 {_col0} {_col1}
-                    1 {_col0}
+                    1 
                   keys:
                     0 _col0 (type: string)
                     1 _col0 (type: string)

Modified: hive/trunk/ql/src/test/results/clientpositive/union34.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/union34.q.out?rev=1601232&r1=1601231&r2=1601232&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/union34.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/union34.q.out Sun Jun  8 18:11:41 2014
@@ -97,7 +97,7 @@ STAGE PLANS:
               Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE
               HashTable Sink Operator
                 condition expressions:
-                  0 {_col0} {_col1}
+                  0 {_col1}
                   1 
                 keys:
                   0 _col0 (type: string)

Modified: hive/trunk/ql/src/test/results/clientpositive/union_remove_12.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/union_remove_12.q.out?rev=1601232&r1=1601231&r2=1601232&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/union_remove_12.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/union_remove_12.q.out Sun Jun  8 18:11:41 2014
@@ -141,7 +141,7 @@ STAGE PLANS:
             Statistics: Num rows: 0 Data size: 30 Basic stats: PARTIAL Column stats: NONE
             HashTable Sink Operator
               condition expressions:
-                0 {key}
+                0 
                 1 {val}
               keys:
                 0 key (type: string)

Modified: hive/trunk/ql/src/test/results/clientpositive/union_remove_13.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/union_remove_13.q.out?rev=1601232&r1=1601231&r2=1601232&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/union_remove_13.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/union_remove_13.q.out Sun Jun  8 18:11:41 2014
@@ -164,7 +164,7 @@ STAGE PLANS:
             Statistics: Num rows: 0 Data size: 30 Basic stats: PARTIAL Column stats: NONE
             HashTable Sink Operator
               condition expressions:
-                0 {key}
+                0 
                 1 {val}
               keys:
                 0 key (type: string)

Modified: hive/trunk/ql/src/test/results/clientpositive/union_remove_14.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/union_remove_14.q.out?rev=1601232&r1=1601231&r2=1601232&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/union_remove_14.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/union_remove_14.q.out Sun Jun  8 18:11:41 2014
@@ -143,7 +143,7 @@ STAGE PLANS:
             Statistics: Num rows: 0 Data size: 30 Basic stats: PARTIAL Column stats: NONE
             HashTable Sink Operator
               condition expressions:
-                0 {key}
+                0 
                 1 {val}
               keys:
                 0 key (type: string)

Modified: hive/trunk/ql/src/test/results/clientpositive/vector_decimal_mapjoin.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/vector_decimal_mapjoin.q.out?rev=1601232&r1=1601231&r2=1601232&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/vector_decimal_mapjoin.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/vector_decimal_mapjoin.q.out Sun Jun  8 18:11:41 2014
@@ -45,7 +45,7 @@ STAGE PLANS:
               Statistics: Num rows: 6144 Data size: 1082530 Basic stats: COMPLETE Column stats: NONE
               HashTable Sink Operator
                 condition expressions:
-                  0 {cdecimal1} {cint}
+                  0 {cdecimal1}
                   1 {cdecimal2} {cint}
                 keys:
                   0 cint (type: int)

Modified: hive/trunk/ql/src/test/results/clientpositive/vectorized_mapjoin.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/vectorized_mapjoin.q.out?rev=1601232&r1=1601231&r2=1601232&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/vectorized_mapjoin.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/vectorized_mapjoin.q.out Sun Jun  8 18:11:41 2014
@@ -25,7 +25,7 @@ STAGE PLANS:
             Statistics: Num rows: 94309 Data size: 377237 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
               condition expressions:
-                0 {cint}
+                0 
                 1 {cint}
               keys:
                 0 cint (type: int)

Modified: hive/trunk/ql/src/test/results/clientpositive/vectorized_nested_mapjoin.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/vectorized_nested_mapjoin.q.out?rev=1601232&r1=1601231&r2=1601232&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/vectorized_nested_mapjoin.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/vectorized_nested_mapjoin.q.out Sun Jun  8 18:11:41 2014
@@ -24,7 +24,7 @@ STAGE PLANS:
             Statistics: Num rows: 23577 Data size: 377237 Basic stats: COMPLETE Column stats: NONE
             HashTable Sink Operator
               condition expressions:
-                0 {ctinyint} {csmallint} {cdouble}
+                0 {csmallint} {cdouble}
                 1 {ctinyint}
               keys:
                 0 ctinyint (type: tinyint)