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 34A6ECF70 for ; Thu, 11 Dec 2014 17:34:11 +0000 (UTC) Received: (qmail 22893 invoked by uid 500); 11 Dec 2014 17:34:11 -0000 Delivered-To: apmail-hive-commits-archive@hive.apache.org Received: (qmail 22852 invoked by uid 500); 11 Dec 2014 17:34:11 -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 22840 invoked by uid 99); 11 Dec 2014 17:34:11 -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 17:34:11 +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 87DCEAC0EEC; Thu, 11 Dec 2014 17:34:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1644709 [2/2] - in /hive/trunk/ql/src: java/org/apache/hadoop/hive/ql/optimizer/ java/org/apache/hadoop/hive/ql/plan/ test/results/clientpositive/tez/ Date: Thu, 11 Dec 2014 17:34:07 -0000 To: commits@hive.apache.org From: hashutosh@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141211173409.87DCEAC0EEC@hades.apache.org> Modified: hive/trunk/ql/src/test/results/clientpositive/tez/subquery_in.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/tez/subquery_in.q.out?rev=1644709&r1=1644708&r2=1644709&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/tez/subquery_in.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/tez/subquery_in.q.out Thu Dec 11 17:34:07 2014 @@ -69,6 +69,9 @@ STAGE PLANS: condition expressions: 0 {KEY.reducesinkkey0} {VALUE._col0} 1 + keys: + 0 key (type: string) + 1 _col0 (type: string) outputColumnNames: _col0, _col1 Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE Select Operator @@ -186,6 +189,9 @@ STAGE PLANS: condition expressions: 0 {KEY.reducesinkkey0} {KEY.reducesinkkey1} 1 + keys: + 0 key (type: string), value (type: string) + 1 _col0 (type: string), _col1 (type: string) outputColumnNames: _col0, _col1 Statistics: Num rows: 137 Data size: 1460 Basic stats: COMPLETE Column stats: NONE Select Operator @@ -303,6 +309,9 @@ STAGE PLANS: condition expressions: 0 {VALUE._col1} {VALUE._col5} 1 + keys: + 0 UDFToDouble(p_size) (type: double) + 1 _col0 (type: double) outputColumnNames: _col1, _col5 Statistics: Num rows: 14 Data size: 1730 Basic stats: COMPLETE Column stats: NONE Select Operator @@ -451,6 +460,9 @@ STAGE PLANS: condition expressions: 0 {VALUE._col1} {KEY.reducesinkkey1} {KEY.reducesinkkey0} 1 + keys: + 0 p_size (type: int), p_mfgr (type: string) + 1 _col0 (type: int), _col1 (type: string) outputColumnNames: _col1, _col2, _col5 Statistics: Num rows: 7 Data size: 931 Basic stats: COMPLETE Column stats: NONE Select Operator @@ -616,6 +628,9 @@ STAGE PLANS: condition expressions: 0 {KEY.reducesinkkey0} {KEY.reducesinkkey1} 1 + keys: + 0 key (type: string), value (type: string) + 1 _col0 (type: string), _col1 (type: string) outputColumnNames: _col0, _col1 Statistics: Num rows: 137 Data size: 1460 Basic stats: COMPLETE Column stats: NONE Select Operator @@ -807,6 +822,9 @@ STAGE PLANS: condition expressions: 0 {KEY.reducesinkkey0} 1 {VALUE._col0} {VALUE._col1} + keys: + 0 _col0 (type: int) + 1 l_partkey (type: int) outputColumnNames: _col0, _col1, _col3 Statistics: Num rows: 27 Data size: 3298 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator @@ -823,6 +841,9 @@ STAGE PLANS: condition expressions: 0 {VALUE._col0} {VALUE._col2} 1 + keys: + 0 _col1 (type: int) + 1 _col0 (type: int) outputColumnNames: _col0, _col3 Statistics: Num rows: 29 Data size: 3627 Basic stats: COMPLETE Column stats: NONE Select Operator Modified: hive/trunk/ql/src/test/results/clientpositive/tez/tez_join_hash.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/tez/tez_join_hash.q.out?rev=1644709&r1=1644708&r2=1644709&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/tez/tez_join_hash.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/tez/tez_join_hash.q.out Thu Dec 11 17:34:07 2014 @@ -69,6 +69,9 @@ STAGE PLANS: condition expressions: 0 {KEY.reducesinkkey0} 1 {KEY.reducesinkkey0} + keys: + 0 key (type: string) + 1 key (type: string) outputColumnNames: _col0, _col5 Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE Filter Operator Modified: hive/trunk/ql/src/test/results/clientpositive/tez/tez_join_tests.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/tez/tez_join_tests.q.out?rev=1644709&r1=1644708&r2=1644709&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/tez/tez_join_tests.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/tez/tez_join_tests.q.out Thu Dec 11 17:34:07 2014 @@ -62,6 +62,9 @@ STAGE PLANS: condition expressions: 0 1 {KEY.reducesinkkey0} {VALUE._col0} + keys: + 0 key (type: string) + 1 key (type: string) outputColumnNames: _col5, _col6 Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Select Operator @@ -93,6 +96,9 @@ STAGE PLANS: condition expressions: 0 {VALUE._col0} {KEY.reducesinkkey0} 1 {VALUE._col0} {KEY.reducesinkkey0} + keys: + 0 _col1 (type: string) + 1 value (type: string) outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 605 Data size: 6427 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator Modified: hive/trunk/ql/src/test/results/clientpositive/tez/tez_joins_explain.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/tez/tez_joins_explain.q.out?rev=1644709&r1=1644708&r2=1644709&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/tez/tez_joins_explain.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/tez/tez_joins_explain.q.out Thu Dec 11 17:34:07 2014 @@ -62,6 +62,9 @@ STAGE PLANS: condition expressions: 0 1 {KEY.reducesinkkey0} {VALUE._col0} + keys: + 0 key (type: string) + 1 key (type: string) outputColumnNames: _col5, _col6 Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Select Operator @@ -93,6 +96,9 @@ STAGE PLANS: condition expressions: 0 {VALUE._col0} {KEY.reducesinkkey0} 1 {VALUE._col0} {KEY.reducesinkkey0} + keys: + 0 _col1 (type: string) + 1 value (type: string) outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 605 Data size: 6427 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator Modified: hive/trunk/ql/src/test/results/clientpositive/tez/tez_smb_main.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/tez/tez_smb_main.q.out?rev=1644709&r1=1644708&r2=1644709&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/tez/tez_smb_main.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/tez/tez_smb_main.q.out Thu Dec 11 17:34:07 2014 @@ -51,6 +51,9 @@ STAGE PLANS: 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 @@ -717,6 +720,9 @@ STAGE PLANS: condition expressions: 0 1 + keys: + 0 value (type: string) + 1 value (type: string) Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE Group By Operator aggregations: count() @@ -854,6 +860,9 @@ STAGE PLANS: condition expressions: 0 1 + keys: + 0 _col0 (type: int) + 1 key (type: int) Statistics: Num rows: 279 Data size: 2963 Basic stats: COMPLETE Column stats: NONE Group By Operator aggregations: count() Modified: hive/trunk/ql/src/test/results/clientpositive/tez/tez_union.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/tez/tez_union.q.out?rev=1644709&r1=1644708&r2=1644709&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/tez/tez_union.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/tez/tez_union.q.out Thu Dec 11 17:34:07 2014 @@ -223,6 +223,9 @@ STAGE PLANS: condition expressions: 0 1 + keys: + 0 _col0 (type: string) + 1 _col0 (type: string) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Group By Operator aggregations: count() Modified: hive/trunk/ql/src/test/results/clientpositive/tez/tez_union_group_by.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/tez/tez_union_group_by.q.out?rev=1644709&r1=1644708&r2=1644709&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/tez/tez_union_group_by.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/tez/tez_union_group_by.q.out Thu Dec 11 17:34:07 2014 @@ -200,6 +200,9 @@ STAGE PLANS: condition expressions: 0 {KEY.reducesinkkey0} 1 {KEY.reducesinkkey0} + keys: + 0 _col0 (type: bigint) + 1 _col0 (type: bigint) outputColumnNames: _col0, _col2 Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE Select Operator @@ -221,6 +224,9 @@ STAGE PLANS: condition expressions: 0 {VALUE._col0} 1 + keys: + 0 t (type: string), st (type: string) + 1 t (type: string), st (type: string) nullSafes: [false, true] outputColumnNames: _col0 Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE Modified: hive/trunk/ql/src/test/results/clientpositive/tez/vectorized_bucketmapjoin1.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/tez/vectorized_bucketmapjoin1.q.out?rev=1644709&r1=1644708&r2=1644709&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/tez/vectorized_bucketmapjoin1.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/tez/vectorized_bucketmapjoin1.q.out Thu Dec 11 17:34:07 2014 @@ -149,6 +149,9 @@ STAGE PLANS: condition expressions: 0 {KEY.reducesinkkey0} {VALUE._col0} 1 {KEY.reducesinkkey0} {VALUE._col0} + keys: + 0 key (type: int) + 1 key (type: int) outputColumnNames: _col0, _col1, _col5, _col6 Statistics: Num rows: 1 Data size: 114 Basic stats: COMPLETE Column stats: NONE Select Operator @@ -237,6 +240,9 @@ STAGE PLANS: condition expressions: 0 {KEY.reducesinkkey0} {VALUE._col0} 1 {KEY.reducesinkkey0} {VALUE._col0} + keys: + 0 key (type: int) + 1 key (type: int) outputColumnNames: _col0, _col1, _col5, _col6 Statistics: Num rows: 1 Data size: 114 Basic stats: COMPLETE Column stats: NONE Select Operator @@ -335,6 +341,9 @@ STAGE PLANS: condition expressions: 0 {KEY.reducesinkkey0} {VALUE._col0} 1 {KEY.reducesinkkey0} {VALUE._col0} + keys: + 0 key (type: int) + 1 key (type: int) outputColumnNames: _col0, _col1, _col5, _col6 Statistics: Num rows: 1 Data size: 114 Basic stats: COMPLETE Column stats: NONE Select Operator Modified: hive/trunk/ql/src/test/results/clientpositive/tez/vectorized_dynamic_partition_pruning.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/tez/vectorized_dynamic_partition_pruning.q.out?rev=1644709&r1=1644708&r2=1644709&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/tez/vectorized_dynamic_partition_pruning.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/tez/vectorized_dynamic_partition_pruning.q.out Thu Dec 11 17:34:07 2014 @@ -252,6 +252,9 @@ STAGE PLANS: condition expressions: 0 1 + keys: + 0 ds (type: string) + 1 ds (type: string) Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE Group By Operator aggregations: count() @@ -357,6 +360,9 @@ STAGE PLANS: condition expressions: 0 1 + keys: + 0 ds (type: string) + 1 ds (type: string) Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE Group By Operator aggregations: count() @@ -524,6 +530,9 @@ STAGE PLANS: condition expressions: 0 {VALUE._col2} 1 + keys: + 0 ds (type: string) + 1 ds (type: string) outputColumnNames: _col3 Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator @@ -539,6 +548,9 @@ STAGE PLANS: condition expressions: 0 1 + keys: + 0 _col3 (type: string) + 1 hr (type: string) Statistics: Num rows: 2420 Data size: 25709 Basic stats: COMPLETE Column stats: NONE Group By Operator aggregations: count() @@ -666,6 +678,9 @@ STAGE PLANS: condition expressions: 0 {VALUE._col2} 1 + keys: + 0 ds (type: string) + 1 ds (type: string) outputColumnNames: _col3 Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator @@ -681,6 +696,9 @@ STAGE PLANS: condition expressions: 0 1 + keys: + 0 _col3 (type: string) + 1 hr (type: string) Statistics: Num rows: 2420 Data size: 25709 Basic stats: COMPLETE Column stats: NONE Group By Operator aggregations: count() @@ -831,6 +849,9 @@ STAGE PLANS: condition expressions: 0 1 + keys: + 0 ds (type: string), hr (type: string) + 1 ds (type: string), hr (type: string) Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE Group By Operator aggregations: count() @@ -935,6 +956,9 @@ STAGE PLANS: condition expressions: 0 1 + keys: + 0 ds (type: string), hr (type: string) + 1 ds (type: string), hr (type: string) Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE Group By Operator aggregations: count() @@ -1068,6 +1092,9 @@ STAGE PLANS: condition expressions: 0 1 + keys: + 0 ds (type: string) + 1 ds (type: string) Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE Group By Operator aggregations: count() @@ -1173,6 +1200,9 @@ STAGE PLANS: condition expressions: 0 1 + keys: + 0 ds (type: string) + 1 ds (type: string) Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE Group By Operator aggregations: count() @@ -1306,6 +1336,9 @@ STAGE PLANS: condition expressions: 0 1 + keys: + 0 UDFToDouble(hr) (type: double) + 1 UDFToDouble(UDFToInteger((hr / 2))) (type: double) Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Group By Operator aggregations: count() @@ -1428,6 +1461,9 @@ STAGE PLANS: condition expressions: 0 1 + keys: + 0 (hr * 2) (type: double) + 1 hr (type: double) Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Group By Operator aggregations: count() @@ -1535,6 +1571,9 @@ STAGE PLANS: condition expressions: 0 1 + keys: + 0 UDFToDouble(hr) (type: double) + 1 UDFToDouble(UDFToInteger((hr / 2))) (type: double) Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Group By Operator aggregations: count() @@ -1642,6 +1681,9 @@ STAGE PLANS: condition expressions: 0 1 + keys: + 0 (hr * 2) (type: double) + 1 hr (type: double) Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Group By Operator aggregations: count() @@ -1777,6 +1819,9 @@ STAGE PLANS: condition expressions: 0 1 + keys: + 0 UDFToString((hr * 2)) (type: string) + 1 UDFToString(hr) (type: string) Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Group By Operator aggregations: count() @@ -1931,6 +1976,9 @@ STAGE PLANS: condition expressions: 0 1 + keys: + 0 ds (type: string) + 1 _col0 (type: string) Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE Group By Operator aggregations: count() @@ -2046,6 +2094,9 @@ STAGE PLANS: condition expressions: 0 {VALUE._col2} {VALUE._col3} 1 {VALUE._col0} {VALUE._col2} + keys: + 0 + 1 outputColumnNames: _col2, _col3, _col7, _col9 Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE Filter Operator @@ -2188,6 +2239,9 @@ STAGE PLANS: condition expressions: 0 {KEY.reducesinkkey0} {KEY.reducesinkkey1} 1 {KEY.reducesinkkey0} {KEY.reducesinkkey1} + keys: + 0 ds (type: string), hr (type: string) + 1 ds (type: string), hr (type: string) outputColumnNames: _col2, _col3, _col7, _col9 Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE Filter Operator @@ -2297,6 +2351,9 @@ STAGE PLANS: condition expressions: 0 1 {VALUE._col0} + keys: + 0 ds (type: string) + 1 ds (type: string) outputColumnNames: _col8 Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE Filter Operator @@ -2403,6 +2460,9 @@ STAGE PLANS: condition expressions: 0 1 + keys: + 0 ds (type: string) + 1 ds (type: string) Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE Group By Operator aggregations: count() @@ -2487,6 +2547,9 @@ STAGE PLANS: condition expressions: 0 1 {VALUE._col0} + keys: + 0 ds (type: string) + 1 ds (type: string) outputColumnNames: _col8 Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE Filter Operator @@ -2627,6 +2690,9 @@ STAGE PLANS: condition expressions: 0 1 + keys: + 0 ds (type: string) + 1 ds (type: string) Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: '11' (type: string) @@ -2640,6 +2706,9 @@ STAGE PLANS: condition expressions: 0 1 + keys: + 0 '11' (type: string) + 1 '11' (type: string) Statistics: Num rows: 1210 Data size: 12854 Basic stats: COMPLETE Column stats: NONE Group By Operator aggregations: count() @@ -2751,6 +2820,9 @@ STAGE PLANS: condition expressions: 0 1 + keys: + 0 ds (type: string) + 1 ds (type: string) Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE Reduce Output Operator key expressions: '13' (type: string) @@ -2764,6 +2836,9 @@ STAGE PLANS: condition expressions: 0 1 + keys: + 0 '13' (type: string) + 1 '13' (type: string) Statistics: Num rows: 1 Data size: 189 Basic stats: COMPLETE Column stats: NONE Group By Operator aggregations: count() @@ -2890,6 +2965,9 @@ STAGE PLANS: condition expressions: 0 1 + keys: + 0 ds (type: string) + 1 _col0 (type: string) Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE Group By Operator aggregations: count() @@ -3074,6 +3152,9 @@ STAGE PLANS: condition expressions: 0 {KEY.reducesinkkey0} 1 + keys: + 0 ds (type: string) + 1 _col0 (type: string) outputColumnNames: _col2 Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE Group By Operator @@ -3334,6 +3415,9 @@ STAGE PLANS: condition expressions: 0 {KEY.reducesinkkey0} 1 + keys: + 0 _col0 (type: string) + 1 _col0 (type: string) outputColumnNames: _col0 Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE Select Operator @@ -4614,6 +4698,9 @@ STAGE PLANS: condition expressions: 0 1 {VALUE._col0} + keys: + 0 ds (type: string) + 1 ds (type: string) outputColumnNames: _col8 Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE Filter Operator Modified: hive/trunk/ql/src/test/results/clientpositive/tez/vectorized_ptf.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/tez/vectorized_ptf.q.out?rev=1644709&r1=1644708&r2=1644709&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/tez/vectorized_ptf.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/tez/vectorized_ptf.q.out Thu Dec 11 17:34:07 2014 @@ -662,6 +662,9 @@ STAGE PLANS: condition expressions: 0 {KEY.reducesinkkey0} {VALUE._col0} {VALUE._col1} {VALUE._col2} {VALUE._col3} {VALUE._col4} {VALUE._col5} {VALUE._col6} {VALUE._col7} 1 + keys: + 0 p_partkey (type: int) + 1 p_partkey (type: int) outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Position of Big Table: 0 Statistics: Num rows: 14 Data size: 8823 Basic stats: COMPLETE Column stats: NONE @@ -2104,6 +2107,9 @@ STAGE PLANS: condition expressions: 0 {KEY.reducesinkkey0} {VALUE._col0} {VALUE._col1} {VALUE._col2} {VALUE._col3} {VALUE._col4} {VALUE._col5} {VALUE._col6} {VALUE._col7} 1 + keys: + 0 _col0 (type: int) + 1 p_partkey (type: int) outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Position of Big Table: 0 Statistics: Num rows: 14 Data size: 8823 Basic stats: COMPLETE Column stats: NONE @@ -2395,6 +2401,9 @@ STAGE PLANS: condition expressions: 0 1 {KEY.reducesinkkey0} {VALUE._col0} {VALUE._col1} {VALUE._col2} {VALUE._col3} {VALUE._col4} {VALUE._col5} {VALUE._col6} {VALUE._col7} + keys: + 0 p_partkey (type: int) + 1 _col0 (type: int) outputColumnNames: _col12, _col13, _col14, _col15, _col16, _col17, _col18, _col19, _col20 Position of Big Table: 0 Statistics: Num rows: 14 Data size: 8823 Basic stats: COMPLETE Column stats: NONE @@ -4300,6 +4309,9 @@ STAGE PLANS: condition expressions: 0 {VALUE._col0} {VALUE._col1} {VALUE._col4} {VALUE._col6} 1 + keys: + 0 _col0 (type: int) + 1 p_partkey (type: int) outputColumnNames: _col1, _col2, _col5, _col7 Position of Big Table: 0 Statistics: Num rows: 14 Data size: 8823 Basic stats: COMPLETE Column stats: NONE Modified: hive/trunk/ql/src/test/results/clientpositive/tez/vectorized_shufflejoin.q.out URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/tez/vectorized_shufflejoin.q.out?rev=1644709&r1=1644708&r2=1644709&view=diff ============================================================================== --- hive/trunk/ql/src/test/results/clientpositive/tez/vectorized_shufflejoin.q.out (original) +++ hive/trunk/ql/src/test/results/clientpositive/tez/vectorized_shufflejoin.q.out Thu Dec 11 17:34:07 2014 @@ -54,6 +54,9 @@ STAGE PLANS: condition expressions: 0 {KEY.reducesinkkey0} 1 {KEY.reducesinkkey0} + keys: + 0 cint (type: int) + 1 cint (type: int) outputColumnNames: _col2, _col17 Statistics: Num rows: 6758 Data size: 207479 Basic stats: COMPLETE Column stats: NONE Group By Operator