Author: hashutosh
Date: Tue Jan 20 21:36:02 2015
New Revision: 1653375

URL: http://svn.apache.org/r1653375
Log:
HIVE-9417 : Fix failing test groupby_grouping_window.q on trunk (Ashutosh 
Chauhan via Xuefu Zhang)

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

Modified: 
hive/trunk/ql/src/test/results/clientpositive/groupby_grouping_window.q.out
URL: 
http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/groupby_grouping_window.q.out?rev=1653375&r1=1653374&r2=1653375&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/groupby_grouping_window.q.out 
(original)
+++ hive/trunk/ql/src/test/results/clientpositive/groupby_grouping_window.q.out 
Tue Jan 20 21:36:02 2015
@@ -86,9 +86,11 @@ STAGE PLANS:
               sort order: ++
               Map-reduce partition columns: _col0 (type: int)
               Statistics: Num rows: 1 Data size: 6 Basic stats: COMPLETE 
Column stats: NONE
-              value expressions: _col0 (type: int), _col2 (type: int), _col3 
(type: int)
+              value expressions: _col2 (type: int)
       Reduce Operator Tree:
-        Extract
+        Select Operator
+          expressions: KEY.reducesinkkey0 (type: int), VALUE._col1 (type: 
int), KEY.reducesinkkey1 (type: int)
+          outputColumnNames: _col0, _col2, _col3
           Statistics: Num rows: 1 Data size: 6 Basic stats: COMPLETE Column 
stats: NONE
           PTF Operator
             Statistics: Num rows: 1 Data size: 6 Basic stats: COMPLETE Column 
stats: NONE


Reply via email to