You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by gu...@apache.org on 2013/11/12 19:23:14 UTC

svn commit: r1541190 [13/15] - in /hive/branches/tez: ./ ant/src/org/apache/hadoop/hive/ant/ beeline/ beeline/src/java/org/apache/hive/beeline/ cli/ cli/src/java/org/apache/hadoop/hive/cli/ common/ common/src/java/org/apache/hadoop/hive/common/ common/...

Modified: hive/branches/tez/ql/src/test/results/clientpositive/truncate_column.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/truncate_column.q.out?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/truncate_column.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/truncate_column.q.out Tue Nov 12 18:23:05 2013
@@ -38,6 +38,7 @@ Retention:          	0                  
 #### A masked pattern was here ####
 Table Type:         	MANAGED_TABLE       	 
 Table Parameters:	 	 
+	COLUMN_STATS_ACCURATE	true                
 	numFiles            	1                   
 	numRows             	10                  
 	rawDataSize         	94                  
@@ -105,9 +106,10 @@ Retention:          	0                  
 #### A masked pattern was here ####
 Table Type:         	MANAGED_TABLE       	 
 Table Parameters:	 	 
+	COLUMN_STATS_ACCURATE	true                
 	numFiles            	1                   
-	numRows             	10                  
-	rawDataSize         	94                  
+	numRows             	-1                  
+	rawDataSize         	-1                  
 	totalSize           	150                 
 #### A masked pattern was here ####
 	 	 
@@ -190,9 +192,10 @@ Retention:          	0                  
 #### A masked pattern was here ####
 Table Type:         	MANAGED_TABLE       	 
 Table Parameters:	 	 
+	COLUMN_STATS_ACCURATE	true                
 	numFiles            	1                   
-	numRows             	10                  
-	rawDataSize         	94                  
+	numRows             	-1                  
+	rawDataSize         	-1                  
 	totalSize           	75                  
 #### A masked pattern was here ####
 	 	 
@@ -265,9 +268,10 @@ Retention:          	0                  
 #### A masked pattern was here ####
 Table Type:         	MANAGED_TABLE       	 
 Table Parameters:	 	 
+	COLUMN_STATS_ACCURATE	true                
 	numFiles            	1                   
-	numRows             	10                  
-	rawDataSize         	94                  
+	numRows             	-1                  
+	rawDataSize         	-1                  
 	totalSize           	75                  
 #### A masked pattern was here ####
 	 	 
@@ -356,6 +360,7 @@ Retention:          	0                  
 #### A masked pattern was here ####
 Table Type:         	MANAGED_TABLE       	 
 Table Parameters:	 	 
+	COLUMN_STATS_ACCURATE	true                
 #### A masked pattern was here ####
 	numFiles            	1                   
 	numRows             	10                  
@@ -436,10 +441,11 @@ Retention:          	0                  
 #### A masked pattern was here ####
 Table Type:         	MANAGED_TABLE       	 
 Table Parameters:	 	 
+	COLUMN_STATS_ACCURATE	true                
 #### A masked pattern was here ####
 	numFiles            	1                   
-	numRows             	10                  
-	rawDataSize         	94                  
+	numRows             	-1                  
+	rawDataSize         	-1                  
 	totalSize           	150                 
 #### A masked pattern was here ####
 	 	 
@@ -518,10 +524,11 @@ Retention:          	0                  
 #### A masked pattern was here ####
 Table Type:         	MANAGED_TABLE       	 
 Table Parameters:	 	 
+	COLUMN_STATS_ACCURATE	true                
 #### A masked pattern was here ####
 	numFiles            	1                   
-	numRows             	10                  
-	rawDataSize         	94                  
+	numRows             	-1                  
+	rawDataSize         	-1                  
 	totalSize           	75                  
 #### A masked pattern was here ####
 	 	 
@@ -620,6 +627,7 @@ Table:              	test_tab_part      
 Protect Mode:       	None                	 
 #### A masked pattern was here ####
 Partition Parameters:	 	 
+	COLUMN_STATS_ACCURATE	true                
 	numFiles            	1                   
 	numRows             	10                  
 	rawDataSize         	94                  
@@ -710,6 +718,7 @@ Table:              	test_tab_part      
 Protect Mode:       	None                	 
 #### A masked pattern was here ####
 Partition Parameters:	 	 
+	COLUMN_STATS_ACCURATE	true                
 	numFiles            	1                   
 	numRows             	10                  
 	rawDataSize         	94                  

Modified: hive/branches/tez/ql/src/test/results/clientpositive/udf_explode.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/udf_explode.q.out?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/udf_explode.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/udf_explode.q.out Tue Nov 12 18:23:05 2013
@@ -64,6 +64,7 @@ STAGE PLANS:
             input format: org.apache.hadoop.mapred.TextInputFormat
             output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
             properties:
+              COLUMN_STATS_ACCURATE true
               bucket_count -1
               columns key,value
               columns.types string:string
@@ -82,6 +83,7 @@ STAGE PLANS:
               input format: org.apache.hadoop.mapred.TextInputFormat
               output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
               properties:
+                COLUMN_STATS_ACCURATE true
                 bucket_count -1
                 columns key,value
                 columns.types string:string
@@ -168,6 +170,7 @@ STAGE PLANS:
             input format: org.apache.hadoop.mapred.TextInputFormat
             output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
             properties:
+              COLUMN_STATS_ACCURATE true
               bucket_count -1
               columns key,value
               columns.types string:string
@@ -186,6 +189,7 @@ STAGE PLANS:
               input format: org.apache.hadoop.mapred.TextInputFormat
               output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
               properties:
+                COLUMN_STATS_ACCURATE true
                 bucket_count -1
                 columns key,value
                 columns.types string:string
@@ -337,6 +341,7 @@ STAGE PLANS:
             input format: org.apache.hadoop.mapred.TextInputFormat
             output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
             properties:
+              COLUMN_STATS_ACCURATE true
               bucket_count -1
               columns key,value
               columns.types string:string
@@ -355,6 +360,7 @@ STAGE PLANS:
               input format: org.apache.hadoop.mapred.TextInputFormat
               output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
               properties:
+                COLUMN_STATS_ACCURATE true
                 bucket_count -1
                 columns key,value
                 columns.types string:string
@@ -449,6 +455,7 @@ STAGE PLANS:
             input format: org.apache.hadoop.mapred.TextInputFormat
             output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
             properties:
+              COLUMN_STATS_ACCURATE true
               bucket_count -1
               columns key,value
               columns.types string:string
@@ -467,6 +474,7 @@ STAGE PLANS:
               input format: org.apache.hadoop.mapred.TextInputFormat
               output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
               properties:
+                COLUMN_STATS_ACCURATE true
                 bucket_count -1
                 columns key,value
                 columns.types string:string

Modified: hive/branches/tez/ql/src/test/results/clientpositive/udf_reflect2.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/udf_reflect2.q.out?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/udf_reflect2.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/udf_reflect2.q.out Tue Nov 12 18:23:05 2013
@@ -197,6 +197,7 @@ STAGE PLANS:
             input format: org.apache.hadoop.mapred.TextInputFormat
             output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
             properties:
+              COLUMN_STATS_ACCURATE true
               bucket_count -1
               columns key,value
               columns.types string:string
@@ -215,6 +216,7 @@ STAGE PLANS:
               input format: org.apache.hadoop.mapred.TextInputFormat
               output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
               properties:
+                COLUMN_STATS_ACCURATE true
                 bucket_count -1
                 columns key,value
                 columns.types string:string

Modified: hive/branches/tez/ql/src/test/results/clientpositive/udf_round.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/udf_round.q.out?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/udf_round.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/udf_round.q.out Tue Nov 12 18:23:05 2013
@@ -23,7 +23,7 @@ FROM src tablesample (1 rows)
 POSTHOOK: type: QUERY
 POSTHOOK: Input: default@src
 #### A masked pattern was here ####
-NULL	NULL	NULL	Infinity	NaN
+NULL	NULL	NULL	NULL	NaN
 PREHOOK: query: SELECT
   round(55555), round(55555, 0), round(55555, 1), round(55555, 2), round(55555, 3),
   round(55555, -1), round(55555, -2), round(55555, -3), round(55555, -4),

Modified: hive/branches/tez/ql/src/test/results/clientpositive/udf_round_2.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/udf_round_2.q.out?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/udf_round_2.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/udf_round_2.q.out Tue Nov 12 18:23:05 2013
@@ -57,4 +57,4 @@ POSTHOOK: type: QUERY
 POSTHOOK: Input: default@src
 #### A masked pattern was here ####
 POSTHOOK: Lineage: tsttbl1.n EXPRESSION []
-Infinity	Infinity	Infinity	Infinity
+NULL	NULL	NULL	NULL

Modified: hive/branches/tez/ql/src/test/results/clientpositive/udtf_explode.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/udtf_explode.q.out?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/udtf_explode.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/udtf_explode.q.out Tue Nov 12 18:23:05 2013
@@ -64,6 +64,7 @@ STAGE PLANS:
             input format: org.apache.hadoop.mapred.TextInputFormat
             output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
             properties:
+              COLUMN_STATS_ACCURATE true
               bucket_count -1
               columns key,value
               columns.types string:string
@@ -82,6 +83,7 @@ STAGE PLANS:
               input format: org.apache.hadoop.mapred.TextInputFormat
               output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
               properties:
+                COLUMN_STATS_ACCURATE true
                 bucket_count -1
                 columns key,value
                 columns.types string:string
@@ -149,6 +151,7 @@ STAGE PLANS:
             input format: org.apache.hadoop.mapred.TextInputFormat
             output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
             properties:
+              COLUMN_STATS_ACCURATE true
               bucket_count -1
               columns key,value
               columns.types string:string
@@ -167,6 +170,7 @@ STAGE PLANS:
               input format: org.apache.hadoop.mapred.TextInputFormat
               output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
               properties:
+                COLUMN_STATS_ACCURATE true
                 bucket_count -1
                 columns key,value
                 columns.types string:string
@@ -425,6 +429,7 @@ STAGE PLANS:
             input format: org.apache.hadoop.mapred.TextInputFormat
             output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
             properties:
+              COLUMN_STATS_ACCURATE true
               bucket_count -1
               columns key,value
               columns.types string:string
@@ -443,6 +448,7 @@ STAGE PLANS:
               input format: org.apache.hadoop.mapred.TextInputFormat
               output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
               properties:
+                COLUMN_STATS_ACCURATE true
                 bucket_count -1
                 columns key,value
                 columns.types string:string

Modified: hive/branches/tez/ql/src/test/results/clientpositive/union22.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/union22.q.out?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/union22.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/union22.q.out Tue Nov 12 18:23:05 2013
@@ -112,6 +112,7 @@ STAGE PLANS:
                   partition values:
                     ds 1
                   properties:
+                    COLUMN_STATS_ACCURATE true
                     bucket_count -1
                     columns k0,k1,k2,k3,k4,k5
                     columns.types string:string:string:string:string:string
@@ -248,6 +249,7 @@ STAGE PLANS:
             partition values:
               ds 1
             properties:
+              COLUMN_STATS_ACCURATE true
               bucket_count -1
               columns k1,k2,k3,k4
               columns.types string:string:string:string
@@ -288,6 +290,7 @@ STAGE PLANS:
             partition values:
               ds 1
             properties:
+              COLUMN_STATS_ACCURATE true
               bucket_count -1
               columns k0,k1,k2,k3,k4,k5
               columns.types string:string:string:string:string:string
@@ -456,6 +459,7 @@ STAGE PLANS:
             partition values:
               ds 1
             properties:
+              COLUMN_STATS_ACCURATE true
               bucket_count -1
               columns k0,k1,k2,k3,k4,k5
               columns.types string:string:string:string:string:string
@@ -592,6 +596,7 @@ STAGE PLANS:
             partition values:
               ds 1
             properties:
+              COLUMN_STATS_ACCURATE true
               bucket_count -1
               columns k1,k2,k3,k4
               columns.types string:string:string:string
@@ -632,6 +637,7 @@ STAGE PLANS:
             partition values:
               ds 1
             properties:
+              COLUMN_STATS_ACCURATE true
               bucket_count -1
               columns k0,k1,k2,k3,k4,k5
               columns.types string:string:string:string:string:string

Modified: hive/branches/tez/ql/src/test/results/clientpositive/union24.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/union24.q.out?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/union24.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/union24.q.out Tue Nov 12 18:23:05 2013
@@ -106,6 +106,7 @@ STAGE PLANS:
             input format: org.apache.hadoop.mapred.TextInputFormat
             output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
             properties:
+              COLUMN_STATS_ACCURATE true
               bucket_count -1
               columns key,count
               columns.types string:bigint
@@ -124,6 +125,7 @@ STAGE PLANS:
               input format: org.apache.hadoop.mapred.TextInputFormat
               output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
               properties:
+                COLUMN_STATS_ACCURATE true
                 bucket_count -1
                 columns key,count
                 columns.types string:bigint
@@ -345,6 +347,7 @@ STAGE PLANS:
             input format: org.apache.hadoop.mapred.TextInputFormat
             output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
             properties:
+              COLUMN_STATS_ACCURATE true
               bucket_count -1
               columns key,count
               columns.types string:bigint
@@ -363,6 +366,7 @@ STAGE PLANS:
               input format: org.apache.hadoop.mapred.TextInputFormat
               output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
               properties:
+                COLUMN_STATS_ACCURATE true
                 bucket_count -1
                 columns key,count
                 columns.types string:bigint
@@ -385,6 +389,7 @@ STAGE PLANS:
             input format: org.apache.hadoop.mapred.TextInputFormat
             output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
             properties:
+              COLUMN_STATS_ACCURATE true
               bucket_count -1
               columns key,count
               columns.types string:bigint
@@ -403,6 +408,7 @@ STAGE PLANS:
               input format: org.apache.hadoop.mapred.TextInputFormat
               output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
               properties:
+                COLUMN_STATS_ACCURATE true
                 bucket_count -1
                 columns key,count
                 columns.types string:bigint
@@ -425,6 +431,7 @@ STAGE PLANS:
             input format: org.apache.hadoop.mapred.TextInputFormat
             output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
             properties:
+              COLUMN_STATS_ACCURATE true
               bucket_count -1
               columns key,count
               columns.types string:bigint
@@ -443,6 +450,7 @@ STAGE PLANS:
               input format: org.apache.hadoop.mapred.TextInputFormat
               output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
               properties:
+                COLUMN_STATS_ACCURATE true
                 bucket_count -1
                 columns key,count
                 columns.types string:bigint
@@ -632,6 +640,7 @@ STAGE PLANS:
             input format: org.apache.hadoop.mapred.TextInputFormat
             output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
             properties:
+              COLUMN_STATS_ACCURATE true
               bucket_count -1
               columns key,count
               columns.types string:bigint
@@ -650,6 +659,7 @@ STAGE PLANS:
               input format: org.apache.hadoop.mapred.TextInputFormat
               output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
               properties:
+                COLUMN_STATS_ACCURATE true
                 bucket_count -1
                 columns key,count
                 columns.types string:bigint
@@ -672,6 +682,7 @@ STAGE PLANS:
             input format: org.apache.hadoop.mapred.TextInputFormat
             output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
             properties:
+              COLUMN_STATS_ACCURATE true
               bucket_count -1
               columns key,count
               columns.types string:bigint
@@ -690,6 +701,7 @@ STAGE PLANS:
               input format: org.apache.hadoop.mapred.TextInputFormat
               output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
               properties:
+                COLUMN_STATS_ACCURATE true
                 bucket_count -1
                 columns key,count
                 columns.types string:bigint
@@ -874,6 +886,7 @@ STAGE PLANS:
             input format: org.apache.hadoop.mapred.TextInputFormat
             output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
             properties:
+              COLUMN_STATS_ACCURATE true
               bucket_count -1
               columns key,count
               columns.types string:bigint
@@ -892,6 +905,7 @@ STAGE PLANS:
               input format: org.apache.hadoop.mapred.TextInputFormat
               output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
               properties:
+                COLUMN_STATS_ACCURATE true
                 bucket_count -1
                 columns key,count
                 columns.types string:bigint
@@ -914,6 +928,7 @@ STAGE PLANS:
             input format: org.apache.hadoop.mapred.TextInputFormat
             output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
             properties:
+              COLUMN_STATS_ACCURATE true
               bucket_count -1
               columns key,count
               columns.types string:bigint
@@ -932,6 +947,7 @@ STAGE PLANS:
               input format: org.apache.hadoop.mapred.TextInputFormat
               output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
               properties:
+                COLUMN_STATS_ACCURATE true
                 bucket_count -1
                 columns key,count
                 columns.types string:bigint
@@ -1108,6 +1124,7 @@ STAGE PLANS:
             input format: org.apache.hadoop.mapred.TextInputFormat
             output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
             properties:
+              COLUMN_STATS_ACCURATE true
               bucket_count -1
               columns key,count
               columns.types string:bigint
@@ -1126,6 +1143,7 @@ STAGE PLANS:
               input format: org.apache.hadoop.mapred.TextInputFormat
               output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
               properties:
+                COLUMN_STATS_ACCURATE true
                 bucket_count -1
                 columns key,count
                 columns.types string:bigint
@@ -1148,6 +1166,7 @@ STAGE PLANS:
             input format: org.apache.hadoop.mapred.TextInputFormat
             output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
             properties:
+              COLUMN_STATS_ACCURATE true
               bucket_count -1
               columns key,count
               columns.types string:bigint
@@ -1166,6 +1185,7 @@ STAGE PLANS:
               input format: org.apache.hadoop.mapred.TextInputFormat
               output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
               properties:
+                COLUMN_STATS_ACCURATE true
                 bucket_count -1
                 columns key,count
                 columns.types string:bigint
@@ -1436,6 +1456,7 @@ STAGE PLANS:
             input format: org.apache.hadoop.mapred.TextInputFormat
             output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
             properties:
+              COLUMN_STATS_ACCURATE true
               bucket_count -1
               columns key,count
               columns.types string:bigint
@@ -1454,6 +1475,7 @@ STAGE PLANS:
               input format: org.apache.hadoop.mapred.TextInputFormat
               output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
               properties:
+                COLUMN_STATS_ACCURATE true
                 bucket_count -1
                 columns key,count
                 columns.types string:bigint
@@ -1476,6 +1498,7 @@ STAGE PLANS:
             input format: org.apache.hadoop.mapred.TextInputFormat
             output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
             properties:
+              COLUMN_STATS_ACCURATE true
               bucket_count -1
               columns key,count
               columns.types string:bigint
@@ -1494,6 +1517,7 @@ STAGE PLANS:
               input format: org.apache.hadoop.mapred.TextInputFormat
               output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
               properties:
+                COLUMN_STATS_ACCURATE true
                 bucket_count -1
                 columns key,count
                 columns.types string:bigint

Modified: hive/branches/tez/ql/src/test/results/clientpositive/union_ppr.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/union_ppr.q.out?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/union_ppr.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/union_ppr.q.out Tue Nov 12 18:23:05 2013
@@ -145,6 +145,7 @@ STAGE PLANS:
               ds 2008-04-08
               hr 11
             properties:
+              COLUMN_STATS_ACCURATE true
               bucket_count -1
               columns key,value
               columns.types string:string
@@ -186,6 +187,7 @@ STAGE PLANS:
               ds 2008-04-08
               hr 12
             properties:
+              COLUMN_STATS_ACCURATE true
               bucket_count -1
               columns key,value
               columns.types string:string

Modified: hive/branches/tez/ql/src/test/results/clientpositive/unset_table_view_property.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/unset_table_view_property.q.out?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/unset_table_view_property.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/unset_table_view_property.q.out Tue Nov 12 18:23:05 2013
@@ -29,8 +29,11 @@ numFiles	0
 c	3
 #### A masked pattern was here ####
 a	1
+COLUMN_STATS_ACCURATE	false
 #### A masked pattern was here ####
+numRows	-1
 totalSize	0
+rawDataSize	-1
 PREHOOK: query: -- UNSET all the properties
 ALTER TABLE testTable UNSET TBLPROPERTIES ('a', 'c')
 PREHOOK: type: ALTERTABLE_PROPERTIES
@@ -48,7 +51,11 @@ POSTHOOK: type: SHOW_TBLPROPERTIES
 	 
 numFiles	0
 #### A masked pattern was here ####
+COLUMN_STATS_ACCURATE	false
+#### A masked pattern was here ####
+numRows	-1
 totalSize	0
+rawDataSize	-1
 PREHOOK: query: ALTER TABLE testTable SET TBLPROPERTIES ('a'='1', 'c'='3', 'd'='4')
 PREHOOK: type: ALTERTABLE_PROPERTIES
 PREHOOK: Input: default@testtable
@@ -68,8 +75,11 @@ numFiles	0
 c	3
 #### A masked pattern was here ####
 a	1
+COLUMN_STATS_ACCURATE	false
 #### A masked pattern was here ####
+numRows	-1
 totalSize	0
+rawDataSize	-1
 PREHOOK: query: -- UNSET a subset of the properties
 ALTER TABLE testTable UNSET TBLPROPERTIES ('a', 'd')
 PREHOOK: type: ALTERTABLE_PROPERTIES
@@ -89,7 +99,11 @@ numFiles	0
 #### A masked pattern was here ####
 c	3
 #### A masked pattern was here ####
+COLUMN_STATS_ACCURATE	false
+#### A masked pattern was here ####
+numRows	-1
 totalSize	0
+rawDataSize	-1
 PREHOOK: query: -- the same property being UNSET multiple times
 ALTER TABLE testTable UNSET TBLPROPERTIES ('c', 'c', 'c')
 PREHOOK: type: ALTERTABLE_PROPERTIES
@@ -107,7 +121,11 @@ POSTHOOK: type: SHOW_TBLPROPERTIES
 	 
 numFiles	0
 #### A masked pattern was here ####
+COLUMN_STATS_ACCURATE	false
+#### A masked pattern was here ####
+numRows	-1
 totalSize	0
+rawDataSize	-1
 PREHOOK: query: ALTER TABLE testTable SET TBLPROPERTIES ('a'='1', 'b' = '2', 'c'='3', 'd'='4')
 PREHOOK: type: ALTERTABLE_PROPERTIES
 PREHOOK: Input: default@testtable
@@ -128,8 +146,11 @@ b	2
 c	3
 #### A masked pattern was here ####
 a	1
+COLUMN_STATS_ACCURATE	false
 #### A masked pattern was here ####
+numRows	-1
 totalSize	0
+rawDataSize	-1
 PREHOOK: query: -- UNSET a subset of the properties and some non-existed properties using IF EXISTS
 ALTER TABLE testTable UNSET TBLPROPERTIES IF EXISTS ('b', 'd', 'b', 'f')
 PREHOOK: type: ALTERTABLE_PROPERTIES
@@ -150,8 +171,11 @@ numFiles	0
 c	3
 #### A masked pattern was here ####
 a	1
+COLUMN_STATS_ACCURATE	false
 #### A masked pattern was here ####
+numRows	-1
 totalSize	0
+rawDataSize	-1
 PREHOOK: query: -- UNSET a subset of the properties and some non-existed properties using IF EXISTS
 ALTER TABLE testTable UNSET TBLPROPERTIES IF EXISTS ('b', 'd', 'c', 'f', 'x', 'y', 'z')
 PREHOOK: type: ALTERTABLE_PROPERTIES
@@ -170,8 +194,11 @@ POSTHOOK: type: SHOW_TBLPROPERTIES
 numFiles	0
 #### A masked pattern was here ####
 a	1
+COLUMN_STATS_ACCURATE	false
 #### A masked pattern was here ####
+numRows	-1
 totalSize	0
+rawDataSize	-1
 PREHOOK: query: -- UNSET VIEW PROPERTIES
 CREATE VIEW testView AS SELECT value FROM src WHERE key=86
 PREHOOK: type: CREATEVIEW

Modified: hive/branches/tez/ql/src/test/results/clientpositive/vectorization_13.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/vectorization_13.q.out?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/vectorization_13.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/vectorization_13.q.out Tue Nov 12 18:23:05 2013
@@ -895,26 +895,26 @@ NULL	-1	1969-12-31 16:00:10.785	-1.0	NUL
 NULL	-1	1969-12-31 16:00:11.049	-1.389	NULL	1	-1	0	-1.3890000581741333	-0.0	1.3890000581741333	-110.49912162792683	0.0	1.3890000581741333	0.0	-10.175	-1.3890000581741333	18.920085600677048	-1.389	0.0	-1
 NULL	-1	1969-12-31 16:00:12.403	-1.0	NULL	1	-1	0	-1.0	-0.0	1.0	-79.553	0.0	1.0	0.0	-10.175	-1.0	26.28	-1.0	0.0	-1
 NULL	-1	1969-12-31 16:00:14.985	-1.0	NULL	1	-1	0	-1.0	-0.0	1.0	-79.553	0.0	1.0	0.0	-10.175	-1.0	26.28	-1.0	0.0	-1
-NULL	0	1969-12-31 16:00:00.183	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
-NULL	0	1969-12-31 16:00:00.437	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
-NULL	0	1969-12-31 16:00:00.705	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
-NULL	0	1969-12-31 16:00:02.71	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
-NULL	0	1969-12-31 16:00:04.055	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
-NULL	0	1969-12-31 16:00:04.626	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
-NULL	0	1969-12-31 16:00:04.662	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
-NULL	0	1969-12-31 16:00:05.959	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
-NULL	0	1969-12-31 16:00:09.544	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
-NULL	0	1969-12-31 16:00:10.139	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
-NULL	0	1969-12-31 16:00:10.24	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
-NULL	0	1969-12-31 16:00:11.089	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
-NULL	0	1969-12-31 16:00:12.049	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
-NULL	0	1969-12-31 16:00:13.039	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
-NULL	0	1969-12-31 16:00:13.396	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
-NULL	0	1969-12-31 16:00:14.343	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
-NULL	0	1969-12-31 16:00:14.822	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
-NULL	0	1969-12-31 16:00:15.616	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
-NULL	0	1969-12-31 16:00:15.629	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
-NULL	0	1969-12-31 16:00:15.777	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
+NULL	0	1969-12-31 16:00:00.183	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
+NULL	0	1969-12-31 16:00:00.437	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
+NULL	0	1969-12-31 16:00:00.705	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
+NULL	0	1969-12-31 16:00:02.71	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
+NULL	0	1969-12-31 16:00:04.055	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
+NULL	0	1969-12-31 16:00:04.626	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
+NULL	0	1969-12-31 16:00:04.662	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
+NULL	0	1969-12-31 16:00:05.959	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
+NULL	0	1969-12-31 16:00:09.544	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
+NULL	0	1969-12-31 16:00:10.139	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
+NULL	0	1969-12-31 16:00:10.24	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
+NULL	0	1969-12-31 16:00:11.089	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
+NULL	0	1969-12-31 16:00:12.049	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
+NULL	0	1969-12-31 16:00:13.039	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
+NULL	0	1969-12-31 16:00:13.396	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
+NULL	0	1969-12-31 16:00:14.343	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
+NULL	0	1969-12-31 16:00:14.822	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
+NULL	0	1969-12-31 16:00:15.616	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
+NULL	0	1969-12-31 16:00:15.629	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
+NULL	0	1969-12-31 16:00:15.777	0.0	NULL	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
 NULL	1	1969-12-31 16:00:00.519	1.0	NULL	-1	1	0	1.0	0.0	-1.0	79.553	0.0	-1.0	0.0	-10.175	1.0	-26.28	1.0	0.0	1
 NULL	1	1969-12-31 16:00:02.579	1.0	NULL	-1	1	0	1.0	0.0	-1.0	79.553	0.0	-1.0	0.0	-10.175	1.0	-26.28	1.0	0.0	1
 NULL	1	1969-12-31 16:00:04.916	1.0	NULL	-1	1	0	1.0	0.0	-1.0	79.553	0.0	-1.0	0.0	-10.175	1.0	-26.28	1.0	0.0	1
@@ -2474,19 +2474,19 @@ true	-1	1969-12-31 16:00:15.065	-1.0	821
 true	-1	1969-12-31 16:00:15.242	-1.0	cvLH6Eat2yFsyy7p	1	-1	0	-1.0	-0.0	1.0	-79.553	0.0	1.0	0.0	-10.175	-1.0	26.28	-1.0	0.0	-1
 true	-1	1969-12-31 16:00:16.189	-1.0	cvLH6Eat2yFsyy7p	1	-1	0	-1.0	-0.0	1.0	-79.553	0.0	1.0	0.0	-10.175	-1.0	26.28	-1.0	0.0	-1
 true	-1	1969-12-31 16:00:16.228	-1.0	821UdmGbkEf4j	1	-1	0	-1.0	-0.0	1.0	-79.553	0.0	1.0	0.0	-10.175	-1.0	26.28	-1.0	0.0	-1
-true	0	1969-12-31 16:00:00.181	0.0	cvLH6Eat2yFsyy7p	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
-true	0	1969-12-31 16:00:01.268	0.0	cvLH6Eat2yFsyy7p	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
-true	0	1969-12-31 16:00:02.284	0.0	cvLH6Eat2yFsyy7p	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
-true	0	1969-12-31 16:00:04.336	0.0	cvLH6Eat2yFsyy7p	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
-true	0	1969-12-31 16:00:05.166	0.0	1cGVWH7n1QU	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
-true	0	1969-12-31 16:00:06.311	0.0	821UdmGbkEf4j	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
-true	0	1969-12-31 16:00:07.552	0.0	cvLH6Eat2yFsyy7p	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
-true	0	1969-12-31 16:00:07.615	0.0	1cGVWH7n1QU	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
-true	0	1969-12-31 16:00:08.742	0.0	821UdmGbkEf4j	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
-true	0	1969-12-31 16:00:09.017	0.0	1cGVWH7n1QU	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
-true	0	1969-12-31 16:00:09.566	0.0	cvLH6Eat2yFsyy7p	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
-true	0	1969-12-31 16:00:09.922	0.0	1cGVWH7n1QU	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
-true	0	1969-12-31 16:00:10.688	0.0	cvLH6Eat2yFsyy7p	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	-Infinity	0.0	NaN	0
+true	0	1969-12-31 16:00:00.181	0.0	cvLH6Eat2yFsyy7p	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
+true	0	1969-12-31 16:00:01.268	0.0	cvLH6Eat2yFsyy7p	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
+true	0	1969-12-31 16:00:02.284	0.0	cvLH6Eat2yFsyy7p	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
+true	0	1969-12-31 16:00:04.336	0.0	cvLH6Eat2yFsyy7p	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
+true	0	1969-12-31 16:00:05.166	0.0	1cGVWH7n1QU	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
+true	0	1969-12-31 16:00:06.311	0.0	821UdmGbkEf4j	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
+true	0	1969-12-31 16:00:07.552	0.0	cvLH6Eat2yFsyy7p	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
+true	0	1969-12-31 16:00:07.615	0.0	1cGVWH7n1QU	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
+true	0	1969-12-31 16:00:08.742	0.0	821UdmGbkEf4j	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
+true	0	1969-12-31 16:00:09.017	0.0	1cGVWH7n1QU	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
+true	0	1969-12-31 16:00:09.566	0.0	cvLH6Eat2yFsyy7p	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
+true	0	1969-12-31 16:00:09.922	0.0	1cGVWH7n1QU	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
+true	0	1969-12-31 16:00:10.688	0.0	cvLH6Eat2yFsyy7p	0	0	0	0.0	0.0	-0.0	0.0	0.0	-0.0	0.0	-10.175	0.0	NULL	0.0	NULL	0
 true	1	1969-12-31 16:00:00.106	1.0	1cGVWH7n1QU	-1	1	0	1.0	0.0	-1.0	79.553	0.0	-1.0	0.0	-10.175	1.0	-26.28	1.0	0.0	1
 true	1	1969-12-31 16:00:00.125	1.0	cvLH6Eat2yFsyy7p	-1	1	0	1.0	0.0	-1.0	79.553	0.0	-1.0	0.0	-10.175	1.0	-26.28	1.0	0.0	1
 true	1	1969-12-31 16:00:00.342	1.0	1cGVWH7n1QU	-1	1	0	1.0	0.0	-1.0	79.553	0.0	-1.0	0.0	-10.175	1.0	-26.28	1.0	0.0	1

Modified: hive/branches/tez/ql/src/test/results/clientpositive/vectorization_limit.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/vectorization_limit.q.out?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/vectorization_limit.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/vectorization_limit.q.out Tue Nov 12 18:23:05 2013
@@ -473,7 +473,26 @@ POSTHOOK: query: select ctinyint, count(
 POSTHOOK: type: QUERY
 POSTHOOK: Input: default@alltypesorc
 #### A masked pattern was here ####
-NULL	19
+NULL	2932
+-64	24
+-63	19
+-62	27
+-61	25
+-60	27
+-59	31
+-58	23
+-57	35
+-56	36
+-55	29
+-54	26
+-53	22
+-52	33
+-51	21
+-50	30
+-49	26
+-48	29
+-47	22
+-46	24
 PREHOOK: query: -- limit zero
 explain
 select ctinyint,cdouble from alltypesorc order by ctinyint limit 0

Modified: hive/branches/tez/ql/src/test/results/clientpositive/vectorization_short_regress.q.out
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/clientpositive/vectorization_short_regress.q.out?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/clientpositive/vectorization_short_regress.q.out (original)
+++ hive/branches/tez/ql/src/test/results/clientpositive/vectorization_short_regress.q.out Tue Nov 12 18:23:05 2013
@@ -8717,7 +8717,7 @@ POSTHOOK: Input: default@alltypesorc
 1969-12-31 15:59:44.646	NULL	NULL	NULL	NULL	-7196.0	NULL	NULL	1	-1	NULL	54	NULL	NULL	0.0	NULL	NULL	NULL	0.0	-0.0014139799888827128	NULL	0.0	NULL	NULL	54.0	NULL	0.001413979988882123	-54	-7196.0	0.0	NULL	NULL	0.4866666666666667	0.0	NULL	NULL	1	1	NULL
 1969-12-31 15:59:44.708	NULL	NULL	NULL	NULL	15601.0	NULL	NULL	1	-1	NULL	-22	NULL	NULL	0.0	NULL	NULL	NULL	0.0	6.522017819370554E-4	NULL	0.0	NULL	NULL	-22.0	NULL	6.522017819364598E-4	22	15601.0	0.0	NULL	NULL	-1.1945454545454546	0.0	NULL	NULL	1	1	NULL
 1969-12-31 15:59:44.782	NULL	NULL	NULL	NULL	15601.0	NULL	NULL	1	-1	NULL	7	NULL	NULL	0.0	NULL	NULL	NULL	0.0	6.522017819370554E-4	NULL	0.0	NULL	NULL	7.0	NULL	6.522017819364598E-4	-7	15601.0	0.0	NULL	NULL	3.7542857142857144	0.0	NULL	NULL	1	1	NULL
-1969-12-31 15:59:44.904	NULL	NULL	NULL	NULL	-200.0	NULL	NULL	1	-1	NULL	0	NULL	NULL	0.0	NULL	NULL	NULL	0.0	-0.050875000000000004	NULL	0.0	NULL	NULL	0.0	NULL	0.0	0	-200.0	0.0	NULL	NULL	-Infinity	0.0	NULL	NULL	1	1	NULL
+1969-12-31 15:59:44.904	NULL	NULL	NULL	NULL	-200.0	NULL	NULL	1	-1	NULL	0	NULL	NULL	0.0	NULL	NULL	NULL	0.0	-0.050875000000000004	NULL	0.0	NULL	NULL	0.0	NULL	0.0	0	-200.0	0.0	NULL	NULL	NULL	0.0	NULL	NULL	1	1	NULL
 1969-12-31 15:59:45.137	NULL	NULL	NULL	NULL	-200.0	NULL	NULL	1	-1	NULL	-32	NULL	NULL	0.0	NULL	NULL	NULL	0.0	-0.050875000000000004	NULL	0.0	NULL	NULL	-32.0	NULL	0.0	32	-200.0	0.0	NULL	NULL	-0.82125	0.0	NULL	NULL	1	1	NULL
 1969-12-31 15:59:45.153	NULL	NULL	NULL	NULL	-200.0	NULL	NULL	1	-1	NULL	42	NULL	NULL	0.0	NULL	NULL	NULL	0.0	-0.050875000000000004	NULL	0.0	NULL	NULL	42.0	NULL	0.0	-42	-200.0	0.0	NULL	NULL	0.6257142857142858	0.0	NULL	NULL	1	1	NULL
 1969-12-31 15:59:45.169	NULL	NULL	NULL	NULL	-200.0	NULL	NULL	1	-1	NULL	-60	NULL	NULL	0.0	NULL	NULL	NULL	0.0	-0.050875000000000004	NULL	0.0	NULL	NULL	-60.0	NULL	0.0	60	-200.0	0.0	NULL	NULL	-0.438	0.0	NULL	NULL	1	1	NULL
@@ -8867,7 +8867,7 @@ POSTHOOK: Input: default@alltypesorc
 1969-12-31 15:59:55.492	NULL	NULL	NULL	NULL	-7196.0	NULL	NULL	1	-1	NULL	14	NULL	NULL	0.0	NULL	NULL	NULL	0.0	-0.0014139799888827128	NULL	0.0	NULL	NULL	14.0	NULL	0.001413979988882123	-14	-7196.0	0.0	NULL	NULL	1.8771428571428572	0.0	NULL	NULL	1	1	NULL
 1969-12-31 15:59:55.508	NULL	NULL	NULL	NULL	-200.0	NULL	NULL	1	-1	NULL	31	NULL	NULL	0.0	NULL	NULL	NULL	0.0	-0.050875000000000004	NULL	0.0	NULL	NULL	31.0	NULL	0.0	-31	-200.0	0.0	NULL	NULL	0.847741935483871	0.0	NULL	NULL	1	1	NULL
 1969-12-31 15:59:55.755	NULL	NULL	NULL	NULL	-200.0	NULL	NULL	1	-1	NULL	-33	NULL	NULL	0.0	NULL	NULL	NULL	0.0	-0.050875000000000004	NULL	0.0	NULL	NULL	-33.0	NULL	0.0	33	-200.0	0.0	NULL	NULL	-0.7963636363636364	0.0	NULL	NULL	1	1	NULL
-1969-12-31 15:59:55.829	NULL	NULL	NULL	NULL	-200.0	NULL	NULL	1	-1	NULL	0	NULL	NULL	0.0	NULL	NULL	NULL	0.0	-0.050875000000000004	NULL	0.0	NULL	NULL	0.0	NULL	0.0	0	-200.0	0.0	NULL	NULL	-Infinity	0.0	NULL	NULL	1	1	NULL
+1969-12-31 15:59:55.829	NULL	NULL	NULL	NULL	-200.0	NULL	NULL	1	-1	NULL	0	NULL	NULL	0.0	NULL	NULL	NULL	0.0	-0.050875000000000004	NULL	0.0	NULL	NULL	0.0	NULL	0.0	0	-200.0	0.0	NULL	NULL	NULL	0.0	NULL	NULL	1	1	NULL
 1969-12-31 15:59:55.847	NULL	NULL	NULL	NULL	15601.0	NULL	NULL	1	-1	NULL	-9	NULL	NULL	0.0	NULL	NULL	NULL	0.0	6.522017819370554E-4	NULL	0.0	NULL	NULL	-9.0	NULL	6.522017819364598E-4	9	15601.0	0.0	NULL	NULL	-2.92	0.0	NULL	NULL	1	1	NULL
 1969-12-31 15:59:55.9	NULL	NULL	NULL	NULL	-7196.0	NULL	NULL	1	-1	NULL	-21	NULL	NULL	0.0	NULL	NULL	NULL	0.0	-0.0014139799888827128	NULL	0.0	NULL	NULL	-21.0	NULL	0.001413979988882123	21	-7196.0	0.0	NULL	NULL	-1.2514285714285716	0.0	NULL	NULL	1	1	NULL
 1969-12-31 15:59:55.971	NULL	NULL	NULL	NULL	-7196.0	NULL	NULL	1	-1	NULL	8	NULL	NULL	0.0	NULL	NULL	NULL	0.0	-0.0014139799888827128	NULL	0.0	NULL	NULL	8.0	NULL	0.001413979988882123	-8	-7196.0	0.0	NULL	NULL	3.285	0.0	NULL	NULL	1	1	NULL

Modified: hive/branches/tez/ql/src/test/results/compiler/plan/case_sensitivity.q.xml
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/compiler/plan/case_sensitivity.q.xml?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/compiler/plan/case_sensitivity.q.xml (original)
+++ hive/branches/tez/ql/src/test/results/compiler/plan/case_sensitivity.q.xml Tue Nov 12 18:23:05 2013
@@ -652,6 +652,10 @@
              <string>org.apache.hadoop.hive.serde2.thrift.ThriftDeserializer</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.SequenceFileInputFormat</string> 
             </void> 
@@ -1379,6 +1383,10 @@
            <string>org.apache.hadoop.hive.serde2.thrift.ThriftDeserializer</string> 
           </void> 
           <void method="put"> 
+           <string>COLUMN_STATS_ACCURATE</string> 
+           <string>true</string> 
+          </void> 
+          <void method="put"> 
            <string>file.inputformat</string> 
            <string>org.apache.hadoop.mapred.SequenceFileInputFormat</string> 
           </void> 
@@ -1455,6 +1463,10 @@
              <string>org.apache.hadoop.hive.serde2.thrift.ThriftDeserializer</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.SequenceFileInputFormat</string> 
             </void> 

Modified: hive/branches/tez/ql/src/test/results/compiler/plan/cast1.q.xml
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/compiler/plan/cast1.q.xml?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/compiler/plan/cast1.q.xml (original)
+++ hive/branches/tez/ql/src/test/results/compiler/plan/cast1.q.xml Tue Nov 12 18:23:05 2013
@@ -118,6 +118,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 
@@ -1180,6 +1184,10 @@
            <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
           </void> 
           <void method="put"> 
+           <string>COLUMN_STATS_ACCURATE</string> 
+           <string>true</string> 
+          </void> 
+          <void method="put"> 
            <string>file.inputformat</string> 
            <string>org.apache.hadoop.mapred.TextInputFormat</string> 
           </void> 
@@ -1252,6 +1260,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 

Modified: hive/branches/tez/ql/src/test/results/compiler/plan/groupby1.q.xml
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/compiler/plan/groupby1.q.xml?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/compiler/plan/groupby1.q.xml (original)
+++ hive/branches/tez/ql/src/test/results/compiler/plan/groupby1.q.xml Tue Nov 12 18:23:05 2013
@@ -265,6 +265,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 
@@ -1081,6 +1085,10 @@
            <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
           </void> 
           <void method="put"> 
+           <string>COLUMN_STATS_ACCURATE</string> 
+           <string>true</string> 
+          </void> 
+          <void method="put"> 
            <string>file.inputformat</string> 
            <string>org.apache.hadoop.mapred.TextInputFormat</string> 
           </void> 
@@ -1153,6 +1161,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 

Modified: hive/branches/tez/ql/src/test/results/compiler/plan/groupby2.q.xml
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/compiler/plan/groupby2.q.xml?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/compiler/plan/groupby2.q.xml (original)
+++ hive/branches/tez/ql/src/test/results/compiler/plan/groupby2.q.xml Tue Nov 12 18:23:05 2013
@@ -118,6 +118,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 
@@ -1203,6 +1207,10 @@
            <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
           </void> 
           <void method="put"> 
+           <string>COLUMN_STATS_ACCURATE</string> 
+           <string>true</string> 
+          </void> 
+          <void method="put"> 
            <string>file.inputformat</string> 
            <string>org.apache.hadoop.mapred.TextInputFormat</string> 
           </void> 
@@ -1275,6 +1283,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 

Modified: hive/branches/tez/ql/src/test/results/compiler/plan/groupby3.q.xml
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/compiler/plan/groupby3.q.xml?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/compiler/plan/groupby3.q.xml (original)
+++ hive/branches/tez/ql/src/test/results/compiler/plan/groupby3.q.xml Tue Nov 12 18:23:05 2013
@@ -118,6 +118,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 
@@ -1418,6 +1422,10 @@
            <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
           </void> 
           <void method="put"> 
+           <string>COLUMN_STATS_ACCURATE</string> 
+           <string>true</string> 
+          </void> 
+          <void method="put"> 
            <string>file.inputformat</string> 
            <string>org.apache.hadoop.mapred.TextInputFormat</string> 
           </void> 
@@ -1490,6 +1498,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 

Modified: hive/branches/tez/ql/src/test/results/compiler/plan/groupby4.q.xml
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/compiler/plan/groupby4.q.xml?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/compiler/plan/groupby4.q.xml (original)
+++ hive/branches/tez/ql/src/test/results/compiler/plan/groupby4.q.xml Tue Nov 12 18:23:05 2013
@@ -118,6 +118,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 
@@ -825,6 +829,10 @@
            <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
           </void> 
           <void method="put"> 
+           <string>COLUMN_STATS_ACCURATE</string> 
+           <string>true</string> 
+          </void> 
+          <void method="put"> 
            <string>file.inputformat</string> 
            <string>org.apache.hadoop.mapred.TextInputFormat</string> 
           </void> 
@@ -897,6 +905,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 

Modified: hive/branches/tez/ql/src/test/results/compiler/plan/groupby5.q.xml
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/compiler/plan/groupby5.q.xml?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/compiler/plan/groupby5.q.xml (original)
+++ hive/branches/tez/ql/src/test/results/compiler/plan/groupby5.q.xml Tue Nov 12 18:23:05 2013
@@ -118,6 +118,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 
@@ -931,6 +935,10 @@
            <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
           </void> 
           <void method="put"> 
+           <string>COLUMN_STATS_ACCURATE</string> 
+           <string>true</string> 
+          </void> 
+          <void method="put"> 
            <string>file.inputformat</string> 
            <string>org.apache.hadoop.mapred.TextInputFormat</string> 
           </void> 
@@ -1003,6 +1011,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 

Modified: hive/branches/tez/ql/src/test/results/compiler/plan/groupby6.q.xml
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/compiler/plan/groupby6.q.xml?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/compiler/plan/groupby6.q.xml (original)
+++ hive/branches/tez/ql/src/test/results/compiler/plan/groupby6.q.xml Tue Nov 12 18:23:05 2013
@@ -118,6 +118,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 
@@ -825,6 +829,10 @@
            <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
           </void> 
           <void method="put"> 
+           <string>COLUMN_STATS_ACCURATE</string> 
+           <string>true</string> 
+          </void> 
+          <void method="put"> 
            <string>file.inputformat</string> 
            <string>org.apache.hadoop.mapred.TextInputFormat</string> 
           </void> 
@@ -897,6 +905,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 

Modified: hive/branches/tez/ql/src/test/results/compiler/plan/input1.q.xml
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/compiler/plan/input1.q.xml?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/compiler/plan/input1.q.xml (original)
+++ hive/branches/tez/ql/src/test/results/compiler/plan/input1.q.xml Tue Nov 12 18:23:05 2013
@@ -644,6 +644,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 
@@ -1178,6 +1182,10 @@
            <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
           </void> 
           <void method="put"> 
+           <string>COLUMN_STATS_ACCURATE</string> 
+           <string>true</string> 
+          </void> 
+          <void method="put"> 
            <string>file.inputformat</string> 
            <string>org.apache.hadoop.mapred.TextInputFormat</string> 
           </void> 
@@ -1250,6 +1258,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 

Modified: hive/branches/tez/ql/src/test/results/compiler/plan/input2.q.xml
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/compiler/plan/input2.q.xml?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/compiler/plan/input2.q.xml (original)
+++ hive/branches/tez/ql/src/test/results/compiler/plan/input2.q.xml Tue Nov 12 18:23:05 2013
@@ -1693,6 +1693,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 
@@ -2847,6 +2851,10 @@
            <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
           </void> 
           <void method="put"> 
+           <string>COLUMN_STATS_ACCURATE</string> 
+           <string>true</string> 
+          </void> 
+          <void method="put"> 
            <string>file.inputformat</string> 
            <string>org.apache.hadoop.mapred.TextInputFormat</string> 
           </void> 
@@ -2919,6 +2927,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 

Modified: hive/branches/tez/ql/src/test/results/compiler/plan/input20.q.xml
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/compiler/plan/input20.q.xml?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/compiler/plan/input20.q.xml (original)
+++ hive/branches/tez/ql/src/test/results/compiler/plan/input20.q.xml Tue Nov 12 18:23:05 2013
@@ -118,6 +118,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 
@@ -939,6 +943,10 @@
            <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
           </void> 
           <void method="put"> 
+           <string>COLUMN_STATS_ACCURATE</string> 
+           <string>true</string> 
+          </void> 
+          <void method="put"> 
            <string>file.inputformat</string> 
            <string>org.apache.hadoop.mapred.TextInputFormat</string> 
           </void> 
@@ -1011,6 +1019,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 

Modified: hive/branches/tez/ql/src/test/results/compiler/plan/input3.q.xml
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/compiler/plan/input3.q.xml?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/compiler/plan/input3.q.xml (original)
+++ hive/branches/tez/ql/src/test/results/compiler/plan/input3.q.xml Tue Nov 12 18:23:05 2013
@@ -2079,6 +2079,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 
@@ -3528,6 +3532,10 @@
            <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
           </void> 
           <void method="put"> 
+           <string>COLUMN_STATS_ACCURATE</string> 
+           <string>true</string> 
+          </void> 
+          <void method="put"> 
            <string>file.inputformat</string> 
            <string>org.apache.hadoop.mapred.TextInputFormat</string> 
           </void> 
@@ -3600,6 +3608,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 

Modified: hive/branches/tez/ql/src/test/results/compiler/plan/input4.q.xml
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/compiler/plan/input4.q.xml?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/compiler/plan/input4.q.xml (original)
+++ hive/branches/tez/ql/src/test/results/compiler/plan/input4.q.xml Tue Nov 12 18:23:05 2013
@@ -265,6 +265,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 
@@ -1095,6 +1099,10 @@
            <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
           </void> 
           <void method="put"> 
+           <string>COLUMN_STATS_ACCURATE</string> 
+           <string>true</string> 
+          </void> 
+          <void method="put"> 
            <string>file.inputformat</string> 
            <string>org.apache.hadoop.mapred.TextInputFormat</string> 
           </void> 
@@ -1167,6 +1175,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 

Modified: hive/branches/tez/ql/src/test/results/compiler/plan/input5.q.xml
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/compiler/plan/input5.q.xml?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/compiler/plan/input5.q.xml (original)
+++ hive/branches/tez/ql/src/test/results/compiler/plan/input5.q.xml Tue Nov 12 18:23:05 2013
@@ -273,6 +273,10 @@
              <string>org.apache.hadoop.hive.serde2.thrift.ThriftDeserializer</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.SequenceFileInputFormat</string> 
             </void> 
@@ -1141,6 +1145,10 @@
            <string>org.apache.hadoop.hive.serde2.thrift.ThriftDeserializer</string> 
           </void> 
           <void method="put"> 
+           <string>COLUMN_STATS_ACCURATE</string> 
+           <string>true</string> 
+          </void> 
+          <void method="put"> 
            <string>file.inputformat</string> 
            <string>org.apache.hadoop.mapred.SequenceFileInputFormat</string> 
           </void> 
@@ -1217,6 +1225,10 @@
              <string>org.apache.hadoop.hive.serde2.thrift.ThriftDeserializer</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.SequenceFileInputFormat</string> 
             </void> 

Modified: hive/branches/tez/ql/src/test/results/compiler/plan/input6.q.xml
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/compiler/plan/input6.q.xml?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/compiler/plan/input6.q.xml (original)
+++ hive/branches/tez/ql/src/test/results/compiler/plan/input6.q.xml Tue Nov 12 18:23:05 2013
@@ -644,6 +644,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 
@@ -1164,6 +1168,10 @@
            <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
           </void> 
           <void method="put"> 
+           <string>COLUMN_STATS_ACCURATE</string> 
+           <string>true</string> 
+          </void> 
+          <void method="put"> 
            <string>file.inputformat</string> 
            <string>org.apache.hadoop.mapred.TextInputFormat</string> 
           </void> 
@@ -1236,6 +1244,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 

Modified: hive/branches/tez/ql/src/test/results/compiler/plan/input7.q.xml
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/compiler/plan/input7.q.xml?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/compiler/plan/input7.q.xml (original)
+++ hive/branches/tez/ql/src/test/results/compiler/plan/input7.q.xml Tue Nov 12 18:23:05 2013
@@ -644,6 +644,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 
@@ -1070,6 +1074,10 @@
            <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
           </void> 
           <void method="put"> 
+           <string>COLUMN_STATS_ACCURATE</string> 
+           <string>true</string> 
+          </void> 
+          <void method="put"> 
            <string>file.inputformat</string> 
            <string>org.apache.hadoop.mapred.TextInputFormat</string> 
           </void> 
@@ -1142,6 +1150,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 

Modified: hive/branches/tez/ql/src/test/results/compiler/plan/input8.q.xml
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/compiler/plan/input8.q.xml?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/compiler/plan/input8.q.xml (original)
+++ hive/branches/tez/ql/src/test/results/compiler/plan/input8.q.xml Tue Nov 12 18:23:05 2013
@@ -118,6 +118,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 
@@ -742,6 +746,10 @@
            <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
           </void> 
           <void method="put"> 
+           <string>COLUMN_STATS_ACCURATE</string> 
+           <string>true</string> 
+          </void> 
+          <void method="put"> 
            <string>file.inputformat</string> 
            <string>org.apache.hadoop.mapred.TextInputFormat</string> 
           </void> 
@@ -814,6 +822,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 

Modified: hive/branches/tez/ql/src/test/results/compiler/plan/input9.q.xml
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/compiler/plan/input9.q.xml?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/compiler/plan/input9.q.xml (original)
+++ hive/branches/tez/ql/src/test/results/compiler/plan/input9.q.xml Tue Nov 12 18:23:05 2013
@@ -644,6 +644,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 
@@ -1143,6 +1147,10 @@
            <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
           </void> 
           <void method="put"> 
+           <string>COLUMN_STATS_ACCURATE</string> 
+           <string>true</string> 
+          </void> 
+          <void method="put"> 
            <string>file.inputformat</string> 
            <string>org.apache.hadoop.mapred.TextInputFormat</string> 
           </void> 
@@ -1215,6 +1223,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 

Modified: hive/branches/tez/ql/src/test/results/compiler/plan/input_part1.q.xml
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/compiler/plan/input_part1.q.xml?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/compiler/plan/input_part1.q.xml (original)
+++ hive/branches/tez/ql/src/test/results/compiler/plan/input_part1.q.xml Tue Nov 12 18:23:05 2013
@@ -79,6 +79,10 @@
            <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
           </void> 
           <void method="put"> 
+           <string>COLUMN_STATS_ACCURATE</string> 
+           <string>true</string> 
+          </void> 
+          <void method="put"> 
            <string>file.inputformat</string> 
            <string>org.apache.hadoop.mapred.TextInputFormat</string> 
           </void> 
@@ -907,6 +911,10 @@
            <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
           </void> 
           <void method="put"> 
+           <string>COLUMN_STATS_ACCURATE</string> 
+           <string>true</string> 
+          </void> 
+          <void method="put"> 
            <string>file.inputformat</string> 
            <string>org.apache.hadoop.mapred.TextInputFormat</string> 
           </void> 

Modified: hive/branches/tez/ql/src/test/results/compiler/plan/input_testsequencefile.q.xml
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/compiler/plan/input_testsequencefile.q.xml?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/compiler/plan/input_testsequencefile.q.xml (original)
+++ hive/branches/tez/ql/src/test/results/compiler/plan/input_testsequencefile.q.xml Tue Nov 12 18:23:05 2013
@@ -644,6 +644,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 
@@ -1081,6 +1085,10 @@
            <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
           </void> 
           <void method="put"> 
+           <string>COLUMN_STATS_ACCURATE</string> 
+           <string>true</string> 
+          </void> 
+          <void method="put"> 
            <string>file.inputformat</string> 
            <string>org.apache.hadoop.mapred.TextInputFormat</string> 
           </void> 
@@ -1153,6 +1161,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 

Modified: hive/branches/tez/ql/src/test/results/compiler/plan/input_testxpath.q.xml
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/compiler/plan/input_testxpath.q.xml?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/compiler/plan/input_testxpath.q.xml (original)
+++ hive/branches/tez/ql/src/test/results/compiler/plan/input_testxpath.q.xml Tue Nov 12 18:23:05 2013
@@ -126,6 +126,10 @@
              <string>org.apache.hadoop.hive.serde2.thrift.ThriftDeserializer</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.SequenceFileInputFormat</string> 
             </void> 
@@ -885,6 +889,10 @@
            <string>org.apache.hadoop.hive.serde2.thrift.ThriftDeserializer</string> 
           </void> 
           <void method="put"> 
+           <string>COLUMN_STATS_ACCURATE</string> 
+           <string>true</string> 
+          </void> 
+          <void method="put"> 
            <string>file.inputformat</string> 
            <string>org.apache.hadoop.mapred.SequenceFileInputFormat</string> 
           </void> 
@@ -961,6 +969,10 @@
              <string>org.apache.hadoop.hive.serde2.thrift.ThriftDeserializer</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.SequenceFileInputFormat</string> 
             </void> 

Modified: hive/branches/tez/ql/src/test/results/compiler/plan/input_testxpath2.q.xml
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/compiler/plan/input_testxpath2.q.xml?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/compiler/plan/input_testxpath2.q.xml (original)
+++ hive/branches/tez/ql/src/test/results/compiler/plan/input_testxpath2.q.xml Tue Nov 12 18:23:05 2013
@@ -126,6 +126,10 @@
              <string>org.apache.hadoop.hive.serde2.thrift.ThriftDeserializer</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.SequenceFileInputFormat</string> 
             </void> 
@@ -983,6 +987,10 @@
            <string>org.apache.hadoop.hive.serde2.thrift.ThriftDeserializer</string> 
           </void> 
           <void method="put"> 
+           <string>COLUMN_STATS_ACCURATE</string> 
+           <string>true</string> 
+          </void> 
+          <void method="put"> 
            <string>file.inputformat</string> 
            <string>org.apache.hadoop.mapred.SequenceFileInputFormat</string> 
           </void> 
@@ -1059,6 +1067,10 @@
              <string>org.apache.hadoop.hive.serde2.thrift.ThriftDeserializer</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.SequenceFileInputFormat</string> 
             </void> 

Modified: hive/branches/tez/ql/src/test/results/compiler/plan/join1.q.xml
URL: http://svn.apache.org/viewvc/hive/branches/tez/ql/src/test/results/compiler/plan/join1.q.xml?rev=1541190&r1=1541189&r2=1541190&view=diff
==============================================================================
--- hive/branches/tez/ql/src/test/results/compiler/plan/join1.q.xml (original)
+++ hive/branches/tez/ql/src/test/results/compiler/plan/join1.q.xml Tue Nov 12 18:23:05 2013
@@ -265,6 +265,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 
@@ -397,6 +401,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void> 
@@ -1185,6 +1193,10 @@
            <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
           </void> 
           <void method="put"> 
+           <string>COLUMN_STATS_ACCURATE</string> 
+           <string>true</string> 
+          </void> 
+          <void method="put"> 
            <string>file.inputformat</string> 
            <string>org.apache.hadoop.mapred.TextInputFormat</string> 
           </void> 
@@ -1257,6 +1269,10 @@
              <string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string> 
             </void> 
             <void method="put"> 
+             <string>COLUMN_STATS_ACCURATE</string> 
+             <string>true</string> 
+            </void> 
+            <void method="put"> 
              <string>file.inputformat</string> 
              <string>org.apache.hadoop.mapred.TextInputFormat</string> 
             </void>