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/11/06 19:38:06 UTC

svn commit: r1637178 - /hive/trunk/ql/src/test/results/clientpositive/tez/vector_mapjoin_reduce.q.out

Author: hashutosh
Date: Thu Nov  6 18:38:06 2014
New Revision: 1637178

URL: http://svn.apache.org/r1637178
Log:
HIVE-8753 : TestMiniTezCliDriver.testCliDriver_vector_mapjoin_reduce failing on trunk (Ashutosh Chauhan via Prasanth J)

Modified:
    hive/trunk/ql/src/test/results/clientpositive/tez/vector_mapjoin_reduce.q.out

Modified: hive/trunk/ql/src/test/results/clientpositive/tez/vector_mapjoin_reduce.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/tez/vector_mapjoin_reduce.q.out?rev=1637178&r1=1637177&r2=1637178&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/tez/vector_mapjoin_reduce.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/tez/vector_mapjoin_reduce.q.out Thu Nov  6 18:38:06 2014
@@ -334,22 +334,22 @@ STAGE PLANS:
                   alias: lineitem
                   Statistics: Num rows: 1099 Data size: 12099 Basic stats: COMPLETE Column stats: NONE
                   Filter Operator
-                    predicate: (((l_shipmode = 'AIR') and l_orderkey is not null) and l_linenumber is not null) (type: boolean)
-                    Statistics: Num rows: 138 Data size: 1519 Basic stats: COMPLETE Column stats: NONE
+                    predicate: ((((l_shipmode = 'AIR') and l_orderkey is not null) and l_linenumber is not null) and (l_linenumber = 1)) (type: boolean)
+                    Statistics: Num rows: 69 Data size: 759 Basic stats: COMPLETE Column stats: NONE
                     Select Operator
-                      expressions: l_orderkey (type: int), l_linenumber (type: int)
+                      expressions: l_orderkey (type: int), 1 (type: int)
                       outputColumnNames: _col0, _col1
-                      Statistics: Num rows: 138 Data size: 1519 Basic stats: COMPLETE Column stats: NONE
+                      Statistics: Num rows: 69 Data size: 759 Basic stats: COMPLETE Column stats: NONE
                       Group By Operator
                         keys: _col0 (type: int), _col1 (type: int)
                         mode: hash
                         outputColumnNames: _col0, _col1
-                        Statistics: Num rows: 138 Data size: 1519 Basic stats: COMPLETE Column stats: NONE
+                        Statistics: Num rows: 69 Data size: 759 Basic stats: COMPLETE Column stats: NONE
                         Reduce Output Operator
                           key expressions: _col0 (type: int), _col1 (type: int)
                           sort order: ++
                           Map-reduce partition columns: _col0 (type: int), _col1 (type: int)
-                          Statistics: Num rows: 138 Data size: 1519 Basic stats: COMPLETE Column stats: NONE
+                          Statistics: Num rows: 69 Data size: 759 Basic stats: COMPLETE Column stats: NONE
         Reducer 3 
             Reduce Operator Tree:
               Group By Operator