Return-Path: X-Original-To: apmail-hive-commits-archive@www.apache.org Delivered-To: apmail-hive-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9EEBA10BC2 for ; Thu, 11 Dec 2014 20:28:16 +0000 (UTC) Received: (qmail 34287 invoked by uid 500); 11 Dec 2014 20:28:15 -0000 Delivered-To: apmail-hive-commits-archive@hive.apache.org Received: (qmail 34198 invoked by uid 500); 11 Dec 2014 20:28:15 -0000 Mailing-List: contact commits-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hive.apache.org Delivered-To: mailing list commits@hive.apache.org Received: (qmail 33867 invoked by uid 99); 11 Dec 2014 20:28:15 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Dec 2014 20:28:15 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 6531EAC10FB; Thu, 11 Dec 2014 20:28:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1644752 [10/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/... Date: Thu, 11 Dec 2014 20:28:08 -0000 To: commits@hive.apache.org From: hashutosh@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141211202814.6531EAC10FB@hades.apache.org> Modified: hive/trunk/ql/src/test/results/clientpositive/ppd_join_filter.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/ppd_join_filter.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/ppd_join_filter.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/ppd_join_filter.q.out Thu Dec 11 20:28:02 2014 @@ -336,9 +336,9 @@ STAGE PLANS: Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} - 1 {VALUE._col2} {VALUE._col3} + keys: + 0 key (type: string) + 1 _col0 (type: string) outputColumnNames: _col0, _col8, _col9 Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE Select Operator @@ -745,9 +745,9 @@ STAGE PLANS: Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} - 1 {VALUE._col2} {VALUE._col3} + keys: + 0 key (type: string) + 1 _col0 (type: string) outputColumnNames: _col0, _col8, _col9 Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE Select Operator @@ -1154,9 +1154,9 @@ STAGE PLANS: Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} - 1 {VALUE._col2} {VALUE._col3} + keys: + 0 key (type: string) + 1 _col0 (type: string) outputColumnNames: _col0, _col8, _col9 Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE Select Operator @@ -1563,9 +1563,9 @@ STAGE PLANS: Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} - 1 {VALUE._col2} {VALUE._col3} + keys: + 0 key (type: string) + 1 _col0 (type: string) outputColumnNames: _col0, _col8, _col9 Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE Select Operator Modified: hive/trunk/ql/src/test/results/clientpositive/ppd_multi_insert.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/ppd_multi_insert.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/ppd_multi_insert.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/ppd_multi_insert.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} {VALUE._col0} - 1 + keys: + 0 key (type: string) + 1 key (type: string) outputColumnNames: _col0, _col1 Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE Filter Operator @@ -1330,9 +1330,9 @@ STAGE PLANS: Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col0} - 1 + keys: + 0 key (type: string) + 1 key (type: string) outputColumnNames: _col0, _col1 Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE Filter Operator Modified: hive/trunk/ql/src/test/results/clientpositive/ppd_outer_join1.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/ppd_outer_join1.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/ppd_outer_join1.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/ppd_outer_join1.q.out Thu Dec 11 20:28:02 2014 @@ -56,9 +56,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: 60 Data size: 642 Basic stats: COMPLETE Column stats: NONE Filter Operator @@ -162,9 +162,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: 60 Data size: 642 Basic stats: COMPLETE Column stats: NONE Filter Operator Modified: hive/trunk/ql/src/test/results/clientpositive/ppd_outer_join2.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/ppd_outer_join2.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/ppd_outer_join2.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/ppd_outer_join2.q.out Thu Dec 11 20:28:02 2014 @@ -56,9 +56,9 @@ STAGE PLANS: Join Operator condition map: Right Outer Join0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col0} - 1 {KEY.reducesinkkey0} {VALUE._col0} + keys: + 0 key (type: string) + 1 key (type: string) outputColumnNames: _col0, _col1, _col5, _col6 Statistics: Num rows: 60 Data size: 642 Basic stats: COMPLETE Column stats: NONE Filter Operator @@ -282,9 +282,9 @@ STAGE PLANS: Join Operator condition map: Right Outer Join0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col0} - 1 {KEY.reducesinkkey0} {VALUE._col0} + keys: + 0 key (type: string) + 1 key (type: string) outputColumnNames: _col0, _col1, _col5, _col6 Statistics: Num rows: 60 Data size: 642 Basic stats: COMPLETE Column stats: NONE Filter Operator Modified: hive/trunk/ql/src/test/results/clientpositive/ppd_outer_join3.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/ppd_outer_join3.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/ppd_outer_join3.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/ppd_outer_join3.q.out Thu Dec 11 20:28:02 2014 @@ -50,9 +50,9 @@ STAGE PLANS: Join Operator condition map: Outer Join 0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col0} - 1 {KEY.reducesinkkey0} {VALUE._col0} + keys: + 0 key (type: string) + 1 key (type: string) outputColumnNames: _col0, _col1, _col5, _col6 Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Filter Operator @@ -270,9 +270,9 @@ STAGE PLANS: Join Operator condition map: Outer Join 0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col0} - 1 {KEY.reducesinkkey0} {VALUE._col0} + keys: + 0 key (type: string) + 1 key (type: string) outputColumnNames: _col0, _col1, _col5, _col6 Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Filter Operator Modified: hive/trunk/ql/src/test/results/clientpositive/ppd_outer_join4.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/ppd_outer_join4.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/ppd_outer_join4.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/ppd_outer_join4.q.out Thu Dec 11 20:28:02 2014 @@ -74,10 +74,10 @@ STAGE PLANS: condition map: Left Outer Join0 to 1 Right Outer Join0 to 2 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col0} - 1 {KEY.reducesinkkey0} {VALUE._col0} - 2 {KEY.reducesinkkey0} + keys: + 0 key (type: string) + 1 key (type: string) + 2 key (type: string) outputColumnNames: _col0, _col1, _col5, _col6, _col10 Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Filter Operator @@ -429,10 +429,10 @@ STAGE PLANS: condition map: Left Outer Join0 to 1 Right Outer Join0 to 2 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col0} - 1 {KEY.reducesinkkey0} {VALUE._col0} - 2 {KEY.reducesinkkey0} + keys: + 0 key (type: string) + 1 key (type: string) + 2 key (type: string) outputColumnNames: _col0, _col1, _col5, _col6, _col10 Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Filter Operator Modified: hive/trunk/ql/src/test/results/clientpositive/ppd_outer_join5.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/ppd_outer_join5.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/ppd_outer_join5.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/ppd_outer_join5.q.out Thu Dec 11 20:28:02 2014 @@ -83,10 +83,10 @@ STAGE PLANS: condition map: Outer Join 0 to 1 Inner Join 1 to 2 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col0} {VALUE._col1} - 1 {KEY.reducesinkkey0} {VALUE._col0} {VALUE._col1} - 2 {VALUE._col0} {VALUE._col1} + keys: + 0 id (type: int) + 1 id (type: int) + 2 id (type: int) outputColumnNames: _col0, _col1, _col2, _col6, _col7, _col8, _col13, _col14 Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE Select Operator @@ -160,10 +160,10 @@ STAGE PLANS: condition map: Inner Join 0 to 1 Left Outer Join1 to 2 - condition expressions: - 0 {VALUE._col0} {VALUE._col1} - 1 {VALUE._col0} {VALUE._col1} - 2 {KEY.reducesinkkey0} {VALUE._col0} {VALUE._col1} + keys: + 0 id (type: int) + 1 id (type: int) + 2 id (type: int) outputColumnNames: _col1, _col2, _col7, _col8, _col12, _col13, _col14 Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE Select Operator @@ -237,10 +237,10 @@ STAGE PLANS: condition map: Inner Join 0 to 1 Left Outer Join0 to 2 - condition expressions: - 0 {VALUE._col0} {VALUE._col1} - 1 {VALUE._col0} {VALUE._col1} - 2 {KEY.reducesinkkey0} {VALUE._col0} {VALUE._col1} + keys: + 0 id (type: int) + 1 id (type: int) + 2 id (type: int) outputColumnNames: _col1, _col2, _col7, _col8, _col12, _col13, _col14 Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE Select Operator Modified: hive/trunk/ql/src/test/results/clientpositive/ppd_random.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/ppd_random.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/ppd_random.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/ppd_random.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._col0} + keys: + 0 _col0 (type: string) + 1 _col0 (type: string) outputColumnNames: _col0, _col3 Statistics: Num rows: 137 Data size: 1460 Basic stats: COMPLETE Column stats: NONE Filter Operator @@ -152,9 +152,9 @@ STAGE PLANS: Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} - 1 {VALUE._col0} + keys: + 0 _col0 (type: string) + 1 _col0 (type: string) outputColumnNames: _col0, _col3 Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE Filter Operator Modified: hive/trunk/ql/src/test/results/clientpositive/ppd_repeated_alias.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/ppd_repeated_alias.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/ppd_repeated_alias.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/ppd_repeated_alias.q.out Thu Dec 11 20:28:02 2014 @@ -65,9 +65,9 @@ STAGE PLANS: Join Operator condition map: Left Outer Join0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} - 1 {KEY.reducesinkkey0} {VALUE._col0} + keys: + 0 foo (type: int) + 1 foo (type: int) outputColumnNames: _col0, _col6, _col7 Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE Filter Operator @@ -136,9 +136,9 @@ STAGE PLANS: Join Operator condition map: Left Outer Join0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} - 1 {KEY.reducesinkkey0} {VALUE._col0} + keys: + 0 foo (type: int) + 1 foo (type: int) outputColumnNames: _col0, _col6, _col7 Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE Filter Operator @@ -212,9 +212,9 @@ STAGE PLANS: Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} - 1 {KEY.reducesinkkey0} + keys: + 0 foo (type: int) + 1 foo (type: int) outputColumnNames: _col0, _col6 Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE Select Operator @@ -272,9 +272,9 @@ STAGE PLANS: Join Operator condition map: Left Outer Join0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} - 1 {VALUE._col0} + keys: + 0 foo (type: int) + 1 foo (type: int) outputColumnNames: _col0, _col7 Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE Filter Operator @@ -310,9 +310,9 @@ STAGE PLANS: Join Operator condition map: Left Outer Join0 to 1 - condition expressions: - 0 {VALUE._col0} - 1 {VALUE._col0} {VALUE._col1} + keys: + 0 + 1 outputColumnNames: _col0, _col3, _col4 Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE Filter Operator Modified: hive/trunk/ql/src/test/results/clientpositive/ppd_udf_case.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/ppd_udf_case.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/ppd_udf_case.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/ppd_udf_case.q.out Thu Dec 11 20:28:02 2014 @@ -61,9 +61,9 @@ STAGE PLANS: Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col0} {VALUE._col2} - 1 {KEY.reducesinkkey0} {VALUE._col0} {VALUE._col2} + keys: + 0 key (type: string) + 1 key (type: string) outputColumnNames: _col0, _col1, _col3, _col7, _col8, _col10 Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE Filter Operator @@ -206,9 +206,9 @@ STAGE PLANS: Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col0} {VALUE._col2} - 1 {KEY.reducesinkkey0} {VALUE._col0} {VALUE._col2} + keys: + 0 key (type: string) + 1 key (type: string) outputColumnNames: _col0, _col1, _col3, _col7, _col8, _col10 Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE Select Operator Modified: hive/trunk/ql/src/test/results/clientpositive/ppd_union_view.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/ppd_union_view.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/ppd_union_view.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/ppd_union_view.q.out Thu Dec 11 20:28:02 2014 @@ -301,9 +301,9 @@ STAGE PLANS: Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {VALUE._col0} - 1 {VALUE._col0} + keys: + 0 keymap (type: string), ds (type: string) + 1 keymap (type: string), ds (type: string) outputColumnNames: _col1, _col6 Statistics: Num rows: 1 Data size: 15 Basic stats: COMPLETE Column stats: NONE Select Operator @@ -470,9 +470,9 @@ STAGE PLANS: Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {VALUE._col0} - 1 {VALUE._col0} + keys: + 0 keymap (type: string), ds (type: string) + 1 keymap (type: string), 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/ppd_vc.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/ppd_vc.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff ============================================================================== Binary files hive/trunk/ql/src/test/results/clientpositive/ppd_vc.q.out (original) and hive/trunk/ql/src/test/results/clientpositive/ppd_vc.q.out Thu Dec 11 20:28:02 2014 differ Modified: hive/trunk/ql/src/test/results/clientpositive/ql_rewrite_gbtoidx.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/ql_rewrite_gbtoidx.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/ql_rewrite_gbtoidx.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/ql_rewrite_gbtoidx.q.out Thu Dec 11 20:28:02 2014 @@ -817,9 +817,9 @@ STAGE PLANS: Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col1} - 1 {KEY.reducesinkkey0} {VALUE._col1} + keys: + 0 _col1 (type: int) + 1 _col1 (type: int) outputColumnNames: _col1, _col2, _col4, _col5 Statistics: Num rows: 13 Data size: 1244 Basic stats: COMPLETE Column stats: NONE Select Operator Modified: hive/trunk/ql/src/test/results/clientpositive/quotedid_skew.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/quotedid_skew.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/quotedid_skew.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/quotedid_skew.q.out Thu Dec 11 20:28:02 2014 @@ -84,9 +84,9 @@ STAGE PLANS: Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col0} - 1 {KEY.reducesinkkey0} {VALUE._col0} + keys: + 0 !@#$%^&*()_q (type: string) + 1 !@#$%^&*()_q (type: string) outputColumnNames: _col0, _col1, _col5, _col6 Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE Select Operator @@ -155,9 +155,6 @@ STAGE PLANS: Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col0} - 1 {KEY.reducesinkkey0} {VALUE._col0} outputColumnNames: _col0, _col1, _col5, _col6 Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE Select Operator Modified: hive/trunk/ql/src/test/results/clientpositive/rcfile_null_value.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/rcfile_null_value.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/rcfile_null_value.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/rcfile_null_value.q.out Thu Dec 11 20:28:02 2014 @@ -132,9 +132,9 @@ STAGE PLANS: Join Operator condition map: Right Outer Join0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col0} - 1 {KEY.reducesinkkey0} {VALUE._col0} + keys: + 0 _col0 (type: string) + 1 _col0 (type: string) outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 60 Data size: 642 Basic stats: COMPLETE Column stats: NONE Select Operator 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=1644752&r1=1644751&r2=1644752&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 Thu Dec 11 20:28:02 2014 @@ -55,9 +55,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} {_col1} - 1 {value} keys: 0 _col0 (type: string) 1 key (type: string) @@ -69,9 +66,6 @@ STAGE PLANS: Map Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {_col0} {_col1} - 1 {key} {value} keys: 0 _col0 (type: string) 1 key (type: string) Modified: hive/trunk/ql/src/test/results/clientpositive/reduce_deduplicate_extended.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/reduce_deduplicate_extended.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/reduce_deduplicate_extended.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/reduce_deduplicate_extended.q.out Thu Dec 11 20:28:02 2014 @@ -269,9 +269,9 @@ STAGE PLANS: Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col0} - 1 + keys: + 0 key (type: string) + 1 key (type: string) outputColumnNames: _col0, _col1 Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE Group By Operator @@ -364,9 +364,9 @@ STAGE PLANS: Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col0} - 1 + keys: + 0 key (type: string) + 1 key (type: string) outputColumnNames: _col0, _col1 Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE File Output Operator @@ -2756,9 +2756,9 @@ STAGE PLANS: Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col0} - 1 + keys: + 0 key (type: string) + 1 key (type: string) outputColumnNames: _col0, _col1 Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE File Output Operator @@ -2844,9 +2844,9 @@ STAGE PLANS: Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col0} - 1 + keys: + 0 key (type: string) + 1 key (type: string) outputColumnNames: _col0, _col1 Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE File Output Operator Modified: hive/trunk/ql/src/test/results/clientpositive/regex_col.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/regex_col.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/regex_col.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/regex_col.q.out Thu Dec 11 20:28:02 2014 @@ -111,9 +111,9 @@ STAGE PLANS: Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {VALUE._col0} {VALUE._col1} - 1 {VALUE._col0} {VALUE._col1} + keys: + 0 key (type: string), value (type: string) + 1 key (type: string), value (type: string) outputColumnNames: _col2, _col3, _col9, _col10 Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Select Operator @@ -179,9 +179,9 @@ STAGE PLANS: Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 - 1 {KEY.reducesinkkey2} {KEY.reducesinkkey1} + keys: + 0 key (type: string), hr (type: string), ds (type: string) + 1 key (type: string), hr (type: string), ds (type: string) outputColumnNames: _col9, _col10 Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Select Operator Modified: hive/trunk/ql/src/test/results/clientpositive/router_join_ppr.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/router_join_ppr.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/router_join_ppr.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/router_join_ppr.q.out Thu Dec 11 20:28:02 2014 @@ -386,14 +386,14 @@ STAGE PLANS: Join Operator condition map: Right Outer Join0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col0} - 1 {KEY.reducesinkkey0} {VALUE._col0} filter mappings: 1 [0, 1] filter predicates: 0 1 {(VALUE._col1 = '2008-04-08')} + keys: + 0 key (type: string) + 1 key (type: string) outputColumnNames: _col0, _col1, _col5, _col6 Statistics: Num rows: 244 Data size: 2593 Basic stats: COMPLETE Column stats: NONE Filter Operator @@ -764,9 +764,9 @@ STAGE PLANS: Join Operator condition map: Right Outer Join0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col0} - 1 {KEY.reducesinkkey0} {VALUE._col0} + keys: + 0 key (type: string) + 1 key (type: string) outputColumnNames: _col0, _col1, _col7, _col8 Statistics: Num rows: 122 Data size: 1296 Basic stats: COMPLETE Column stats: NONE Filter Operator @@ -1133,9 +1133,9 @@ STAGE PLANS: Join Operator condition map: Right Outer Join0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col0} - 1 {KEY.reducesinkkey0} {VALUE._col0} + keys: + 0 key (type: string) + 1 key (type: string) outputColumnNames: _col0, _col1, _col5, _col6 Statistics: Num rows: 122 Data size: 1296 Basic stats: COMPLETE Column stats: NONE Filter Operator @@ -1596,9 +1596,9 @@ STAGE PLANS: Join Operator condition map: Right Outer Join0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col0} {VALUE._col1} - 1 {KEY.reducesinkkey0} {VALUE._col0} + keys: + 0 key (type: string) + 1 key (type: string) outputColumnNames: _col0, _col1, _col2, _col7, _col8 Statistics: Num rows: 244 Data size: 2593 Basic stats: COMPLETE Column stats: NONE Filter Operator Modified: hive/trunk/ql/src/test/results/clientpositive/sample8.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/sample8.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/sample8.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/sample8.q.out Thu Dec 11 20:28:02 2014 @@ -319,9 +319,9 @@ STAGE PLANS: Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} {KEY.reducesinkkey1} - 1 {KEY.reducesinkkey0} {KEY.reducesinkkey1} + keys: + 0 key (type: string), value (type: string) + 1 key (type: string), value (type: string) outputColumnNames: _col0, _col1, _col7, _col8 Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE Filter Operator @@ -778,9 +778,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 @@ -861,9 +861,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 Filter Operator 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=1644752&r1=1644751&r2=1644752&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 Thu Dec 11 20:28:02 2014 @@ -31,9 +31,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 {value} - 1 keys: 0 key (type: string) 1 key (type: string) @@ -50,9 +47,6 @@ STAGE PLANS: Map Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {key} {value} - 1 keys: 0 key (type: string) 1 key (type: string) @@ -1170,9 +1164,9 @@ STAGE PLANS: Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col0} - 1 + keys: + 0 key (type: string) + 1 key (type: string) outputColumnNames: _col0, _col1 Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE Transform Operator Modified: hive/trunk/ql/src/test/results/clientpositive/semijoin.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/semijoin.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/semijoin.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/semijoin.q.out Thu Dec 11 20:28:02 2014 @@ -163,9 +163,9 @@ STAGE PLANS: Join Operator condition map: Left Semi Join 0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col0} - 1 + keys: + 0 key (type: int) + 1 _col0 (type: int) outputColumnNames: _col0, _col1 Statistics: Num rows: 6 Data size: 47 Basic stats: COMPLETE Column stats: NONE File Output Operator @@ -267,9 +267,9 @@ STAGE PLANS: Join Operator condition map: Left Semi Join 0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col0} - 1 + keys: + 0 key (type: int) + 1 _col0 (type: int) outputColumnNames: _col0, _col1 Statistics: Num rows: 6 Data size: 49 Basic stats: COMPLETE Column stats: NONE File Output Operator @@ -373,9 +373,9 @@ STAGE PLANS: Join Operator condition map: Left Semi Join 0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col0} - 1 + keys: + 0 key (type: int) + 1 _col0 (type: int) outputColumnNames: _col0, _col1 Statistics: Num rows: 6 Data size: 47 Basic stats: COMPLETE Column stats: NONE File Output Operator @@ -467,9 +467,9 @@ STAGE PLANS: Join Operator condition map: Left Semi Join 0 to 1 - condition expressions: - 0 {VALUE._col0} - 1 + keys: + 0 key (type: int) + 1 _col1 (type: int) outputColumnNames: _col1 Statistics: Num rows: 7 Data size: 56 Basic stats: COMPLETE Column stats: NONE Select Operator @@ -580,9 +580,9 @@ STAGE PLANS: Join Operator condition map: Left Semi Join 0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col0} - 1 + keys: + 0 key (type: int) + 1 _col0 (type: int) outputColumnNames: _col0, _col1 Statistics: Num rows: 6 Data size: 47 Basic stats: COMPLETE Column stats: NONE File Output Operator @@ -681,9 +681,9 @@ STAGE PLANS: Join Operator condition map: Left Semi Join 0 to 1 - condition expressions: - 0 {VALUE._col0} - 1 + keys: + 0 key (type: int) + 1 _col0 (type: int) outputColumnNames: _col1 Statistics: Num rows: 7 Data size: 56 Basic stats: COMPLETE Column stats: NONE Select Operator @@ -786,9 +786,9 @@ STAGE PLANS: Join Operator condition map: Left Semi Join 0 to 1 - condition expressions: - 0 {VALUE._col0} - 1 + keys: + 0 key (type: int) + 1 _col0 (type: int) outputColumnNames: _col1 Statistics: Num rows: 6 Data size: 47 Basic stats: COMPLETE Column stats: NONE Select Operator @@ -888,9 +888,9 @@ STAGE PLANS: Join Operator condition map: Left Semi Join 0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col0} - 1 + keys: + 0 key (type: int) + 1 _col0 (type: int) outputColumnNames: _col0, _col1 Statistics: Num rows: 6 Data size: 49 Basic stats: COMPLETE Column stats: NONE File Output Operator @@ -976,9 +976,6 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 6 Data size: 43 Basic stats: COMPLETE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 {key} - 1 keys: 0 key (type: int) 1 _col0 (type: int) @@ -995,9 +992,6 @@ STAGE PLANS: Map Join Operator condition map: Left Semi Join 0 to 1 - condition expressions: - 0 {key} - 1 keys: 0 key (type: int) 1 _col0 (type: int) @@ -1106,9 +1100,9 @@ STAGE PLANS: Join Operator condition map: Left Semi Join 0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col0} - 1 + keys: + 0 key (type: int) + 1 (2 * _col0) (type: int) outputColumnNames: _col0, _col1 Statistics: Num rows: 6 Data size: 47 Basic stats: COMPLETE Column stats: NONE File Output Operator @@ -1221,10 +1215,10 @@ STAGE PLANS: condition map: Inner Join 0 to 1 Left Semi Join 1 to 2 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col0} - 1 {KEY.reducesinkkey0} {VALUE._col0} - 2 + keys: + 0 key (type: int) + 1 key (type: int) + 2 _col0 (type: int) outputColumnNames: _col0, _col1, _col5, _col6 Statistics: Num rows: 24 Data size: 178 Basic stats: COMPLETE Column stats: NONE Select Operator @@ -1340,9 +1334,9 @@ STAGE PLANS: Join Operator condition map: Left Semi Join 0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} {KEY.reducesinkkey1} - 1 + keys: + 0 key (type: int), value (type: string) + 1 _col0 (type: int), _col1 (type: string) outputColumnNames: _col0, _col1 Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: NONE File Output Operator @@ -1440,10 +1434,6 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 6 Data size: 43 Basic stats: COMPLETE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 {key} - 1 - 2 keys: 0 key (type: int) 1 _col0 (type: int) @@ -1465,10 +1455,6 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 6 Data size: 45 Basic stats: COMPLETE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 {key} - 1 - 2 keys: 0 key (type: int) 1 _col0 (type: int) @@ -1487,10 +1473,6 @@ STAGE PLANS: condition map: Left Semi Join 0 to 1 Left Semi Join 0 to 2 - condition expressions: - 0 {key} - 1 - 2 keys: 0 key (type: int) 1 _col0 (type: int) @@ -1599,10 +1581,10 @@ STAGE PLANS: condition map: Left Outer Join0 to 1 Left Semi Join 1 to 2 - condition expressions: - 0 {KEY.reducesinkkey0} - 1 - 2 + keys: + 0 key (type: int) + 1 key (type: int) + 2 _col0 (type: int) outputColumnNames: _col0 Statistics: Num rows: 48 Data size: 358 Basic stats: COMPLETE Column stats: NONE File Output Operator @@ -1728,10 +1710,10 @@ STAGE PLANS: condition map: Right Outer Join0 to 1 Left Semi Join 1 to 2 - condition expressions: - 0 {KEY.reducesinkkey0} - 1 - 2 + keys: + 0 key (type: int) + 1 key (type: int) + 2 _col0 (type: int) outputColumnNames: _col0 Statistics: Num rows: 48 Data size: 358 Basic stats: COMPLETE Column stats: NONE File Output Operator @@ -1860,10 +1842,10 @@ STAGE PLANS: condition map: Outer Join 0 to 1 Left Semi Join 1 to 2 - condition expressions: - 0 {KEY.reducesinkkey0} - 1 - 2 + keys: + 0 key (type: int) + 1 key (type: int) + 2 _col0 (type: int) outputColumnNames: _col0 Statistics: Num rows: 48 Data size: 358 Basic stats: COMPLETE Column stats: NONE File Output Operator @@ -1992,10 +1974,10 @@ STAGE PLANS: condition map: Left Semi Join 0 to 1 Left Outer Join0 to 2 - condition expressions: - 0 {KEY.reducesinkkey0} - 1 - 2 + keys: + 0 key (type: int) + 1 _col0 (type: int) + 2 key (type: int) outputColumnNames: _col0 Statistics: Num rows: 48 Data size: 358 Basic stats: COMPLETE Column stats: NONE File Output Operator @@ -2124,10 +2106,10 @@ STAGE PLANS: condition map: Left Semi Join 0 to 1 Right Outer Join0 to 2 - condition expressions: - 0 {KEY.reducesinkkey0} - 1 - 2 + keys: + 0 key (type: int) + 1 _col0 (type: int) + 2 key (type: int) outputColumnNames: _col0 Statistics: Num rows: 48 Data size: 358 Basic stats: COMPLETE Column stats: NONE File Output Operator @@ -2258,10 +2240,10 @@ STAGE PLANS: condition map: Left Semi Join 0 to 1 Outer Join 0 to 2 - condition expressions: - 0 {KEY.reducesinkkey0} - 1 - 2 + keys: + 0 key (type: int) + 1 _col0 (type: int) + 2 key (type: int) outputColumnNames: _col0 Statistics: Num rows: 48 Data size: 358 Basic stats: COMPLETE Column stats: NONE File Output Operator @@ -2402,9 +2384,9 @@ STAGE PLANS: Join Operator condition map: Left Semi Join 0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col0} - 1 + keys: + 0 key (type: int) + 1 _col0 (type: int) outputColumnNames: _col0, _col1 Statistics: Num rows: 12 Data size: 89 Basic stats: COMPLETE Column stats: NONE File Output Operator @@ -2436,9 +2418,9 @@ STAGE PLANS: Join Operator condition map: Left Outer Join0 to 1 - condition expressions: - 0 {VALUE._col0} - 1 + keys: + 0 _col1 (type: string) + 1 value (type: string) outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 97 Basic stats: COMPLETE Column stats: NONE File Output Operator @@ -2570,9 +2552,9 @@ STAGE PLANS: Join Operator condition map: Left Semi Join 0 to 1 - condition expressions: - 0 {VALUE._col0} - 1 + keys: + 0 value (type: string) + 1 _col0 (type: string) outputColumnNames: _col0 Statistics: Num rows: 6 Data size: 49 Basic stats: COMPLETE Column stats: NONE Select Operator Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoin.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoin.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/skewjoin.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/skewjoin.q.out Thu Dec 11 20:28:02 2014 @@ -117,10 +117,10 @@ STAGE PLANS: Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} - 1 {VALUE._col0} handleSkewJoin: true + keys: + 0 key (type: string) + 1 key (type: string) outputColumnNames: _col0, _col6 Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE Select Operator @@ -149,9 +149,6 @@ STAGE PLANS: 1 TableScan HashTable Sink Operator - condition expressions: - 0 {0_VALUE_0} - 1 {1_VALUE_0} keys: 0 reducesinkkey0 (type: string) 1 reducesinkkey0 (type: string) @@ -163,9 +160,6 @@ STAGE PLANS: Map Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {0_VALUE_0} - 1 {1_VALUE_0} keys: 0 reducesinkkey0 (type: string) 1 reducesinkkey0 (type: string) @@ -291,11 +285,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 @@ -411,11 +405,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 @@ -498,9 +492,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 Group By Operator @@ -619,10 +613,10 @@ STAGE PLANS: Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 - 1 {KEY.reducesinkkey0} {VALUE._col0} handleSkewJoin: true + keys: + 0 _col0 (type: string) + 1 _col0 (type: string) outputColumnNames: _col2, _col3 Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE Group By Operator @@ -650,9 +644,6 @@ STAGE PLANS: 1 TableScan HashTable Sink Operator - condition expressions: - 0 - 1 {1_VALUE_0} {1_VALUE_1} keys: 0 reducesinkkey0 (type: string) 1 reducesinkkey0 (type: string) @@ -664,9 +655,6 @@ STAGE PLANS: Map Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 - 1 {1_VALUE_0} {1_VALUE_1} keys: 0 reducesinkkey0 (type: string) 1 reducesinkkey0 (type: string) @@ -796,10 +784,10 @@ STAGE PLANS: Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 - 1 {KEY.reducesinkkey0} {VALUE._col0} handleSkewJoin: true + keys: + 0 _col0 (type: string), UDFToDouble(substring(_col1, 5)) (type: double) + 1 _col0 (type: string), (substring(_col1, 5) + 1) (type: double) outputColumnNames: _col2, _col3 Statistics: Num rows: 137 Data size: 1460 Basic stats: COMPLETE Column stats: NONE Group By Operator @@ -827,9 +815,6 @@ STAGE PLANS: 1 TableScan HashTable Sink Operator - condition expressions: - 0 - 1 {1_VALUE_0} {1_VALUE_1} keys: 0 reducesinkkey0 (type: string), reducesinkkey1 (type: double) 1 reducesinkkey0 (type: string), reducesinkkey1 (type: double) @@ -841,9 +826,6 @@ STAGE PLANS: Map Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 - 1 {1_VALUE_0} {1_VALUE_1} keys: 0 reducesinkkey0 (type: string), reducesinkkey1 (type: double) 1 reducesinkkey0 (type: string), reducesinkkey1 (type: double) @@ -999,11 +981,11 @@ STAGE PLANS: condition map: Inner Join 0 to 1 Inner Join 0 to 2 - condition expressions: - 0 {KEY.reducesinkkey0} - 1 {VALUE._col0} - 2 handleSkewJoin: true + keys: + 0 _col0 (type: string) + 1 _col0 (type: string) + 2 _col0 (type: string) outputColumnNames: _col0, _col3 Statistics: Num rows: 121 Data size: 1284 Basic stats: COMPLETE Column stats: NONE Group By Operator @@ -1034,10 +1016,6 @@ STAGE PLANS: 1 TableScan HashTable Sink Operator - condition expressions: - 0 {0_VALUE_0} - 1 {1_VALUE_0} - 2 keys: 0 reducesinkkey0 (type: string) 1 reducesinkkey0 (type: string) @@ -1045,10 +1023,6 @@ STAGE PLANS: 2 TableScan HashTable Sink Operator - condition expressions: - 0 {0_VALUE_0} - 1 {1_VALUE_0} - 2 keys: 0 reducesinkkey0 (type: string) 1 reducesinkkey0 (type: string) @@ -1062,10 +1036,6 @@ STAGE PLANS: condition map: Inner Join 0 to 1 Inner Join 0 to 2 - condition expressions: - 0 {0_VALUE_0} - 1 {1_VALUE_0} - 2 keys: 0 reducesinkkey0 (type: string) 1 reducesinkkey0 (type: string) @@ -1123,10 +1093,6 @@ STAGE PLANS: 0 TableScan HashTable Sink Operator - condition expressions: - 0 {0_VALUE_0} - 1 {1_VALUE_0} - 2 keys: 0 reducesinkkey0 (type: string) 1 reducesinkkey0 (type: string) @@ -1134,10 +1100,6 @@ STAGE PLANS: 2 TableScan HashTable Sink Operator - condition expressions: - 0 {0_VALUE_0} - 1 {1_VALUE_0} - 2 keys: 0 reducesinkkey0 (type: string) 1 reducesinkkey0 (type: string) @@ -1151,10 +1113,6 @@ STAGE PLANS: condition map: Inner Join 0 to 1 Inner Join 0 to 2 - condition expressions: - 0 {0_VALUE_0} - 1 {1_VALUE_0} - 2 keys: 0 reducesinkkey0 (type: string) 1 reducesinkkey0 (type: string) @@ -1228,9 +1186,6 @@ STAGE PLANS: alias: v Statistics: Num rows: 0 Data size: 30 Basic stats: PARTIAL Column stats: NONE HashTable Sink Operator - condition expressions: - 0 {key} - 1 {val} keys: 0 (key + 1) (type: double) 1 UDFToDouble(key) (type: double) @@ -1244,9 +1199,6 @@ STAGE PLANS: Map Join Operator condition map: Left Outer Join0 to 1 - condition expressions: - 0 {key} - 1 {val} keys: 0 (key + 1) (type: double) 1 UDFToDouble(key) (type: double) Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin1.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin1.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin1.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin1.q.out Thu Dec 11 20:28:02 2014 @@ -74,9 +74,6 @@ STAGE PLANS: predicate: (key is not null and ((key = '2') or (key = '3'))) (type: boolean) Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 {val} - 1 {key} {val} keys: 0 key (type: string) 1 key (type: string) @@ -88,9 +85,6 @@ STAGE PLANS: predicate: (key is not null and (not ((key = '2') or (key = '3')))) (type: boolean) Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 {val} - 1 {key} {val} keys: 0 key (type: string) 1 key (type: string) @@ -107,9 +101,6 @@ STAGE PLANS: Map Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {key} {val} - 1 {key} {val} keys: 0 key (type: string) 1 key (type: string) @@ -137,9 +128,6 @@ STAGE PLANS: Map Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {key} {val} - 1 {key} {val} keys: 0 key (type: string) 1 key (type: string) @@ -219,9 +207,6 @@ STAGE PLANS: predicate: ((key = '2') or (key = '3')) (type: boolean) Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 {val} - 1 {key} {val} keys: 0 key (type: string) 1 key (type: string) @@ -233,9 +218,6 @@ STAGE PLANS: predicate: (not ((key = '2') or (key = '3'))) (type: boolean) Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 {val} - 1 {key} {val} keys: 0 key (type: string) 1 key (type: string) @@ -252,9 +234,6 @@ STAGE PLANS: Map Join Operator condition map: Right Outer Join0 to 1 - condition expressions: - 0 {key} {val} - 1 {key} {val} keys: 0 key (type: string) 1 key (type: string) @@ -282,9 +261,6 @@ STAGE PLANS: Map Join Operator condition map: Right Outer Join0 to 1 - condition expressions: - 0 {key} {val} - 1 {key} {val} keys: 0 key (type: string) 1 key (type: string) @@ -366,9 +342,6 @@ STAGE PLANS: predicate: (key is not null and ((key = '2') or (key = '3'))) (type: boolean) Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 - 1 keys: 0 key (type: string) 1 key (type: string) @@ -380,9 +353,6 @@ STAGE PLANS: predicate: (key is not null and (not ((key = '2') or (key = '3')))) (type: boolean) Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 - 1 keys: 0 key (type: string) 1 key (type: string) @@ -399,9 +369,6 @@ STAGE PLANS: Map Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 - 1 keys: 0 key (type: string) 1 key (type: string) @@ -426,9 +393,6 @@ STAGE PLANS: Map Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 - 1 keys: 0 key (type: string) 1 key (type: string) @@ -511,9 +475,6 @@ STAGE PLANS: predicate: ((key = '2') or (key = '3')) (type: boolean) Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 - 1 keys: 0 key (type: string) 1 key (type: string) @@ -525,9 +486,6 @@ STAGE PLANS: predicate: (not ((key = '2') or (key = '3'))) (type: boolean) Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 - 1 keys: 0 key (type: string) 1 key (type: string) @@ -544,9 +502,6 @@ STAGE PLANS: Map Join Operator condition map: Right Outer Join0 to 1 - condition expressions: - 0 - 1 keys: 0 key (type: string) 1 key (type: string) @@ -571,9 +526,6 @@ STAGE PLANS: Map Join Operator condition map: Right Outer Join0 to 1 - condition expressions: - 0 - 1 keys: 0 key (type: string) 1 key (type: string) Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin10.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin10.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin10.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin10.q.out Thu Dec 11 20:28:02 2014 @@ -114,9 +114,6 @@ STAGE PLANS: predicate: (key is not null and ((key = 2) or (key = 3))) (type: boolean) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 {val} - 1 {key} {val} keys: 0 key (type: int) 1 key (type: int) @@ -128,9 +125,6 @@ STAGE PLANS: predicate: (key is not null and (not ((key = 2) or (key = 3)))) (type: boolean) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 {val} - 1 {key} {val} keys: 0 key (type: int) 1 key (type: int) @@ -147,9 +141,6 @@ STAGE PLANS: Map Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {key} {val} - 1 {key} {val} keys: 0 key (type: int) 1 key (type: int) @@ -177,9 +168,6 @@ STAGE PLANS: Map Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {key} {val} - 1 {key} {val} keys: 0 key (type: int) 1 key (type: int) @@ -259,9 +247,6 @@ STAGE PLANS: predicate: ((key = 2) or (key = 3)) (type: boolean) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 {val} - 1 {key} {val} keys: 0 key (type: int) 1 key (type: int) @@ -273,9 +258,6 @@ STAGE PLANS: predicate: (not ((key = 2) or (key = 3))) (type: boolean) Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 {val} - 1 {key} {val} keys: 0 key (type: int) 1 key (type: int) @@ -292,9 +274,6 @@ STAGE PLANS: Map Join Operator condition map: Right Outer Join0 to 1 - condition expressions: - 0 {key} {val} - 1 {key} {val} keys: 0 key (type: int) 1 key (type: int) @@ -322,9 +301,6 @@ STAGE PLANS: Map Join Operator condition map: Right Outer Join0 to 1 - condition expressions: - 0 {key} {val} - 1 {key} {val} keys: 0 key (type: int) 1 key (type: int) @@ -406,9 +382,6 @@ STAGE PLANS: predicate: (key is not null and ((key = 2) or (key = 3))) (type: boolean) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 - 1 keys: 0 key (type: int) 1 key (type: int) @@ -420,9 +393,6 @@ STAGE PLANS: predicate: (key is not null and (not ((key = 2) or (key = 3)))) (type: boolean) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 - 1 keys: 0 key (type: int) 1 key (type: int) @@ -439,9 +409,6 @@ STAGE PLANS: Map Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 - 1 keys: 0 key (type: int) 1 key (type: int) @@ -466,9 +433,6 @@ STAGE PLANS: Map Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 - 1 keys: 0 key (type: int) 1 key (type: int) @@ -551,9 +515,6 @@ STAGE PLANS: predicate: ((key = 2) or (key = 3)) (type: boolean) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 - 1 keys: 0 key (type: int) 1 key (type: int) @@ -565,9 +526,6 @@ STAGE PLANS: predicate: (not ((key = 2) or (key = 3))) (type: boolean) Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 - 1 keys: 0 key (type: int) 1 key (type: int) @@ -584,9 +542,6 @@ STAGE PLANS: Map Join Operator condition map: Right Outer Join0 to 1 - condition expressions: - 0 - 1 keys: 0 key (type: int) 1 key (type: int) @@ -611,9 +566,6 @@ STAGE PLANS: Map Join Operator condition map: Right Outer Join0 to 1 - condition expressions: - 0 - 1 keys: 0 key (type: int) 1 key (type: int) Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin11.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin11.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin11.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin11.q.out Thu Dec 11 20:28:02 2014 @@ -78,9 +78,6 @@ STAGE PLANS: predicate: (key is not null and (key = '2')) (type: boolean) Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 {val} - 1 {key} {val} keys: 0 key (type: string) 1 key (type: string) @@ -92,9 +89,6 @@ STAGE PLANS: predicate: (key is not null and (not (key = '2'))) (type: boolean) Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 {val} - 1 {key} {val} keys: 0 key (type: string) 1 key (type: string) @@ -111,9 +105,6 @@ STAGE PLANS: Map Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {key} {val} - 1 {key} {val} keys: 0 key (type: string) 1 key (type: string) @@ -141,9 +132,6 @@ STAGE PLANS: Map Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {key} {val} - 1 {key} {val} keys: 0 key (type: string) 1 key (type: string) Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin2.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin2.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin2.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin2.q.out Thu Dec 11 20:28:02 2014 @@ -78,9 +78,6 @@ STAGE PLANS: predicate: (key is not null and (((key = '2') or (key = '8')) or (key = '3'))) (type: boolean) Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 {val} - 1 {key} {val} keys: 0 key (type: string) 1 key (type: string) @@ -92,9 +89,6 @@ STAGE PLANS: predicate: (key is not null and (not (((key = '2') or (key = '8')) or (key = '3')))) (type: boolean) Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 {val} - 1 {key} {val} keys: 0 key (type: string) 1 key (type: string) @@ -111,9 +105,6 @@ STAGE PLANS: Map Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {key} {val} - 1 {key} {val} keys: 0 key (type: string) 1 key (type: string) @@ -141,9 +132,6 @@ STAGE PLANS: Map Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {key} {val} - 1 {key} {val} keys: 0 key (type: string) 1 key (type: string) @@ -237,9 +225,9 @@ STAGE PLANS: Join Operator condition map: Outer Join 0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col0} - 1 {KEY.reducesinkkey0} {VALUE._col0} + keys: + 0 key (type: string) + 1 key (type: string) outputColumnNames: _col0, _col1, _col5, _col6 Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE Select Operator @@ -308,9 +296,6 @@ STAGE PLANS: Join Operator condition map: Outer Join 0 to 1 - condition expressions: - 0 {KEY.reducesinkkey0} {VALUE._col0} - 1 {KEY.reducesinkkey0} {VALUE._col0} outputColumnNames: _col0, _col1, _col5, _col6 Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE Select Operator Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin3.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin3.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin3.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin3.q.out Thu Dec 11 20:28:02 2014 @@ -78,9 +78,6 @@ STAGE PLANS: predicate: (key is not null and (((key = '2') or (key = '8')) or (key = '3'))) (type: boolean) Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 {val} - 1 {key} {val} keys: 0 key (type: string) 1 key (type: string) @@ -92,9 +89,6 @@ STAGE PLANS: predicate: (key is not null and (not (((key = '2') or (key = '8')) or (key = '3')))) (type: boolean) Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 {val} - 1 {key} {val} keys: 0 key (type: string) 1 key (type: string) @@ -111,9 +105,6 @@ STAGE PLANS: Map Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {key} {val} - 1 {key} {val} keys: 0 key (type: string) 1 key (type: string) @@ -141,9 +132,6 @@ STAGE PLANS: Map Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {key} {val} - 1 {key} {val} keys: 0 key (type: string) 1 key (type: string) Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin4.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin4.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin4.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin4.q.out Thu Dec 11 20:28:02 2014 @@ -100,10 +100,6 @@ STAGE PLANS: predicate: (key is not null and (((key = '2') or (key = '8')) or (key = '3'))) (type: boolean) Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 {val} - 1 {key} {val} - 2 {val} keys: 0 key (type: string) 1 key (type: string) @@ -116,10 +112,6 @@ STAGE PLANS: predicate: (key is not null and (((key = '2') or (key = '8')) or (key = '3'))) (type: boolean) Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 {val} - 1 {key} {val} - 2 {val} keys: 0 key (type: string) 1 key (type: string) @@ -132,10 +124,6 @@ STAGE PLANS: predicate: (key is not null and (not (((key = '2') or (key = '8')) or (key = '3')))) (type: boolean) Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 {val} - 1 {key} {val} - 2 {val} keys: 0 key (type: string) 1 key (type: string) @@ -148,10 +136,6 @@ STAGE PLANS: predicate: (key is not null and (not (((key = '2') or (key = '8')) or (key = '3')))) (type: boolean) Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 {val} - 1 {key} {val} - 2 {val} keys: 0 key (type: string) 1 key (type: string) @@ -170,10 +154,6 @@ STAGE PLANS: condition map: Inner Join 0 to 1 Inner Join 0 to 2 - condition expressions: - 0 {key} {val} - 1 {key} {val} - 2 {key} {val} keys: 0 key (type: string) 1 key (type: string) @@ -203,10 +183,6 @@ STAGE PLANS: condition map: Inner Join 0 to 1 Inner Join 0 to 2 - condition expressions: - 0 {key} {val} - 1 {key} {val} - 2 {key} {val} keys: 0 key (type: string) 1 key (type: string) Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin5.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin5.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin5.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin5.q.out Thu Dec 11 20:28:02 2014 @@ -81,9 +81,6 @@ STAGE PLANS: predicate: key 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} - 1 {val} keys: 0 _col0 (type: string) 1 key (type: string) @@ -106,9 +103,6 @@ STAGE PLANS: Map Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {_col0} {_col1} - 1 {key} {val} keys: 0 _col0 (type: string) 1 key (type: string) @@ -140,9 +134,6 @@ STAGE PLANS: Map Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {_col0} {_col1} - 1 {key} {val} keys: 0 _col0 (type: string) 1 key (type: string) @@ -279,9 +270,6 @@ STAGE PLANS: predicate: key 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} - 1 {val} keys: 0 _col0 (type: string) 1 key (type: string) @@ -293,9 +281,6 @@ STAGE PLANS: Map Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {_col0} {_col1} - 1 {key} {val} keys: 0 _col0 (type: string) 1 key (type: string) Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin6.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin6.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin6.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin6.q.out Thu Dec 11 20:28:02 2014 @@ -76,9 +76,6 @@ STAGE PLANS: predicate: (key is not null and (key = '8')) (type: boolean) Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 - 1 {value} keys: 0 key (type: string) 1 key (type: string) @@ -90,9 +87,6 @@ STAGE PLANS: predicate: (key is not null and (not (key = '8'))) (type: boolean) Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 - 1 {value} keys: 0 key (type: string) 1 key (type: string) @@ -109,9 +103,6 @@ STAGE PLANS: Map Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {key} - 1 {value} keys: 0 key (type: string) 1 key (type: string) @@ -174,9 +165,6 @@ STAGE PLANS: Map Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {key} - 1 {value} keys: 0 key (type: string) 1 key (type: string) Modified: hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin7.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin7.q.out?rev=1644752&r1=1644751&r2=1644752&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin7.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/skewjoin_mapjoin7.q.out Thu Dec 11 20:28:02 2014 @@ -89,9 +89,6 @@ STAGE PLANS: predicate: (key is not null and (key = '2')) (type: boolean) Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 {val} - 1 {val} keys: 0 key (type: string) 1 key (type: string) @@ -103,9 +100,6 @@ STAGE PLANS: predicate: (key is not null and (not (key = '2'))) (type: boolean) Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 {val} - 1 {val} keys: 0 key (type: string) 1 key (type: string) @@ -122,9 +116,6 @@ STAGE PLANS: Map Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {key} {val} - 1 {val} keys: 0 key (type: string) 1 key (type: string) @@ -151,9 +142,6 @@ STAGE PLANS: Map Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {key} {val} - 1 {val} keys: 0 key (type: string) 1 key (type: string) @@ -224,9 +212,6 @@ STAGE PLANS: predicate: (key is not null and (key = '2')) (type: boolean) Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 {val} - 1 {val} keys: 0 key (type: string) 1 key (type: string) @@ -238,9 +223,6 @@ STAGE PLANS: predicate: (key is not null and (not (key = '2'))) (type: boolean) Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE HashTable Sink Operator - condition expressions: - 0 {val} - 1 {val} keys: 0 key (type: string) 1 key (type: string) @@ -257,9 +239,6 @@ STAGE PLANS: Map Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {key} {val} - 1 {val} keys: 0 key (type: string) 1 key (type: string) @@ -286,9 +265,6 @@ STAGE PLANS: Map Join Operator condition map: Inner Join 0 to 1 - condition expressions: - 0 {key} {val} - 1 {val} keys: 0 key (type: string) 1 key (type: string)