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/03/21 05:24:04 UTC

svn commit: r1579880 [7/16] - in /hive/branches/branch-0.13: common/src/java/org/apache/hadoop/hive/conf/ contrib/src/test/results/clientpositive/ hbase-handler/src/test/results/positive/ itests/test-serde/src/main/java/org/apache/hadoop/hive/serde2/ m...

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/disable_merge_for_bucketing.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/disable_merge_for_bucketing.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
Files hive/branches/branch-0.13/ql/src/test/results/clientpositive/disable_merge_for_bucketing.q.out (original) and hive/branches/branch-0.13/ql/src/test/results/clientpositive/disable_merge_for_bucketing.q.out Fri Mar 21 04:23:57 2014 differ

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/drop_partitions_filter.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/drop_partitions_filter.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
--- hive/branches/branch-0.13/ql/src/test/results/clientpositive/drop_partitions_filter.q.out (original)
+++ hive/branches/branch-0.13/ql/src/test/results/clientpositive/drop_partitions_filter.q.out Fri Mar 21 04:23:57 2014
@@ -9,16 +9,16 @@ PREHOOK: query: describe ptestfilter
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe ptestfilter
 POSTHOOK: type: DESCTABLE
-a                   	string              	None                
-b                   	int                 	None                
-c                   	string              	None                
-d                   	string              	None                
+a                   	string              	                    
+b                   	int                 	                    
+c                   	string              	                    
+d                   	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-c                   	string              	None                
-d                   	string              	None                
+c                   	string              	                    
+d                   	string              	                    
 PREHOOK: query: alter table ptestfilter add partition (c='US', d=1)
 PREHOOK: type: ALTERTABLE_ADDPARTS
 PREHOOK: Output: default@ptestfilter

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/drop_partitions_filter2.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/drop_partitions_filter2.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
--- hive/branches/branch-0.13/ql/src/test/results/clientpositive/drop_partitions_filter2.q.out (original)
+++ hive/branches/branch-0.13/ql/src/test/results/clientpositive/drop_partitions_filter2.q.out Fri Mar 21 04:23:57 2014
@@ -9,16 +9,16 @@ PREHOOK: query: describe ptestfilter
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe ptestfilter
 POSTHOOK: type: DESCTABLE
-a                   	string              	None                
-b                   	int                 	None                
-c                   	int                 	None                
-d                   	int                 	None                
+a                   	string              	                    
+b                   	int                 	                    
+c                   	int                 	                    
+d                   	int                 	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-c                   	int                 	None                
-d                   	int                 	None                
+c                   	int                 	                    
+d                   	int                 	                    
 PREHOOK: query: alter table ptestfilter add partition (c=1, d=1)
 PREHOOK: type: ALTERTABLE_ADDPARTS
 PREHOOK: Output: default@ptestfilter

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/drop_partitions_filter3.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/drop_partitions_filter3.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
--- hive/branches/branch-0.13/ql/src/test/results/clientpositive/drop_partitions_filter3.q.out (original)
+++ hive/branches/branch-0.13/ql/src/test/results/clientpositive/drop_partitions_filter3.q.out Fri Mar 21 04:23:57 2014
@@ -9,16 +9,16 @@ PREHOOK: query: describe ptestfilter
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe ptestfilter
 POSTHOOK: type: DESCTABLE
-a                   	string              	None                
-b                   	int                 	None                
-c                   	string              	None                
-d                   	int                 	None                
+a                   	string              	                    
+b                   	int                 	                    
+c                   	string              	                    
+d                   	int                 	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-c                   	string              	None                
-d                   	int                 	None                
+c                   	string              	                    
+d                   	int                 	                    
 PREHOOK: query: alter table ptestfilter add partition (c='1', d=1)
 PREHOOK: type: ALTERTABLE_ADDPARTS
 PREHOOK: Output: default@ptestfilter

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/drop_partitions_ignore_protection.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/drop_partitions_ignore_protection.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
--- hive/branches/branch-0.13/ql/src/test/results/clientpositive/drop_partitions_ignore_protection.q.out (original)
+++ hive/branches/branch-0.13/ql/src/test/results/clientpositive/drop_partitions_ignore_protection.q.out Fri Mar 21 04:23:57 2014
@@ -25,14 +25,14 @@ PREHOOK: query: desc extended tbl_protec
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: desc extended tbl_protectmode_no_drop partition (p='p1')
 POSTHOOK: type: DESCTABLE
-c1                  	string              	None                
-c2                  	string              	None                
-p                   	string              	None                
+c1                  	string              	                    
+c2                  	string              	                    
+p                   	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-p                   	string              	None                
+p                   	string              	                    
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: -- The partition will be dropped, even though we have enabled no_drop

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/dynamic_partition_skip_default.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/dynamic_partition_skip_default.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
--- hive/branches/branch-0.13/ql/src/test/results/clientpositive/dynamic_partition_skip_default.q.out (original)
+++ hive/branches/branch-0.13/ql/src/test/results/clientpositive/dynamic_partition_skip_default.q.out Fri Mar 21 04:23:57 2014
@@ -134,6 +134,7 @@ STAGE PLANS:
               COLUMN_STATS_ACCURATE true
               bucket_count -1
               columns intcol
+              columns.comments 
               columns.types string
 #### A masked pattern was here ####
               name default.dynamic_part_table
@@ -153,6 +154,7 @@ STAGE PLANS:
               properties:
                 bucket_count -1
                 columns intcol
+                columns.comments 
                 columns.types string
 #### A masked pattern was here ####
                 name default.dynamic_part_table
@@ -258,6 +260,7 @@ STAGE PLANS:
               COLUMN_STATS_ACCURATE true
               bucket_count -1
               columns intcol
+              columns.comments 
               columns.types string
 #### A masked pattern was here ####
               name default.dynamic_part_table
@@ -277,6 +280,7 @@ STAGE PLANS:
               properties:
                 bucket_count -1
                 columns intcol
+                columns.comments 
                 columns.types string
 #### A masked pattern was here ####
                 name default.dynamic_part_table
@@ -392,6 +396,7 @@ STAGE PLANS:
               COLUMN_STATS_ACCURATE true
               bucket_count -1
               columns intcol
+              columns.comments 
               columns.types string
 #### A masked pattern was here ####
               name default.dynamic_part_table
@@ -411,6 +416,7 @@ STAGE PLANS:
               properties:
                 bucket_count -1
                 columns intcol
+                columns.comments 
                 columns.types string
 #### A masked pattern was here ####
                 name default.dynamic_part_table
@@ -434,6 +440,7 @@ STAGE PLANS:
               COLUMN_STATS_ACCURATE true
               bucket_count -1
               columns intcol
+              columns.comments 
               columns.types string
 #### A masked pattern was here ####
               name default.dynamic_part_table
@@ -453,6 +460,7 @@ STAGE PLANS:
               properties:
                 bucket_count -1
                 columns intcol
+                columns.comments 
                 columns.types string
 #### A masked pattern was here ####
                 name default.dynamic_part_table

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/exim_04_evolved_parts.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/exim_04_evolved_parts.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
--- hive/branches/branch-0.13/ql/src/test/results/clientpositive/exim_04_evolved_parts.q.out (original)
+++ hive/branches/branch-0.13/ql/src/test/results/clientpositive/exim_04_evolved_parts.q.out Fri Mar 21 04:23:57 2014
@@ -103,11 +103,11 @@ PREHOOK: query: describe extended exim_e
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended exim_employee
 POSTHOOK: type: DESCTABLE
-emp_id              	int                 	from deserializer   
-emp_name            	string              	from deserializer   
-emp_dob             	string              	from deserializer   
-emp_sex             	string              	from deserializer   
-emp_dept            	int                 	from deserializer   
+emp_id              	int                 	employee id         
+emp_name            	string              	                    
+emp_dob             	string              	employee date of birth
+emp_sex             	string              	M/F                 
+emp_dept            	int                 	                    
 emp_country         	string              	2-char code         
 emp_state           	string              	2-char code         
 	 	 
@@ -123,10 +123,10 @@ PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended exim_employee partition (emp_country='in', emp_state='tn')
 POSTHOOK: type: DESCTABLE
 emp_id              	int                 	employee id         
-emp_name            	string              	None                
+emp_name            	string              	                    
 emp_dob             	string              	employee date of birth
 emp_sex             	string              	M/F                 
-emp_dept            	int                 	None                
+emp_dept            	int                 	                    
 emp_country         	string              	2-char code         
 emp_state           	string              	2-char code         
 	 	 
@@ -141,11 +141,11 @@ PREHOOK: query: describe extended exim_e
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended exim_employee partition (emp_country='in', emp_state='ka')
 POSTHOOK: type: DESCTABLE
-emp_id              	int                 	from deserializer   
-emp_name            	string              	from deserializer   
-emp_dob             	string              	from deserializer   
-emp_sex             	string              	from deserializer   
-emp_dept            	int                 	from deserializer   
+emp_id              	int                 	employee id         
+emp_name            	string              	                    
+emp_dob             	string              	employee date of birth
+emp_sex             	string              	M/F                 
+emp_dept            	int                 	                    
 emp_country         	string              	2-char code         
 emp_state           	string              	2-char code         
 	 	 

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/exim_hidden_files.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/exim_hidden_files.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
--- hive/branches/branch-0.13/ql/src/test/results/clientpositive/exim_hidden_files.q.out (original)
+++ hive/branches/branch-0.13/ql/src/test/results/clientpositive/exim_hidden_files.q.out Fri Mar 21 04:23:57 2014
@@ -50,12 +50,12 @@ POSTHOOK: query: describe formatted exim
 POSTHOOK: type: DESCTABLE
 # col_name            	data_type           	comment             
 	 	 
-emp_id              	int                 	None                
+emp_id              	int                 	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-emp_country         	string              	None                
+emp_country         	string              	                    
 	 	 
 # Detailed Table Information	 	 
 Database:           	importer            	 

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/fileformat_sequencefile.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/fileformat_sequencefile.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
--- hive/branches/branch-0.13/ql/src/test/results/clientpositive/fileformat_sequencefile.q.out (original)
+++ hive/branches/branch-0.13/ql/src/test/results/clientpositive/fileformat_sequencefile.q.out Fri Mar 21 04:23:57 2014
@@ -35,8 +35,8 @@ PREHOOK: query: DESCRIBE EXTENDED dest1
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE EXTENDED dest1
 POSTHOOK: type: DESCTABLE
-key                 	int                 	None                
-value               	string              	None                
+key                 	int                 	                    
+value               	string              	                    
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: FROM src

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/fileformat_text.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/fileformat_text.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
--- hive/branches/branch-0.13/ql/src/test/results/clientpositive/fileformat_text.q.out (original)
+++ hive/branches/branch-0.13/ql/src/test/results/clientpositive/fileformat_text.q.out Fri Mar 21 04:23:57 2014
@@ -35,8 +35,8 @@ PREHOOK: query: DESCRIBE EXTENDED dest1
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE EXTENDED dest1
 POSTHOOK: type: DESCTABLE
-key                 	int                 	None                
-value               	string              	None                
+key                 	int                 	                    
+value               	string              	                    
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: FROM src

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/filter_join_breaktask.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/filter_join_breaktask.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
Files hive/branches/branch-0.13/ql/src/test/results/clientpositive/filter_join_breaktask.q.out (original) and hive/branches/branch-0.13/ql/src/test/results/clientpositive/filter_join_breaktask.q.out Fri Mar 21 04:23:57 2014 differ

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/groupby_map_ppr.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/groupby_map_ppr.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
Files hive/branches/branch-0.13/ql/src/test/results/clientpositive/groupby_map_ppr.q.out (original) and hive/branches/branch-0.13/ql/src/test/results/clientpositive/groupby_map_ppr.q.out Fri Mar 21 04:23:57 2014 differ

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/groupby_map_ppr_multi_distinct.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/groupby_map_ppr_multi_distinct.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
Files hive/branches/branch-0.13/ql/src/test/results/clientpositive/groupby_map_ppr_multi_distinct.q.out (original) and hive/branches/branch-0.13/ql/src/test/results/clientpositive/groupby_map_ppr_multi_distinct.q.out Fri Mar 21 04:23:57 2014 differ

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/groupby_ppr.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/groupby_ppr.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
Files hive/branches/branch-0.13/ql/src/test/results/clientpositive/groupby_ppr.q.out (original) and hive/branches/branch-0.13/ql/src/test/results/clientpositive/groupby_ppr.q.out Fri Mar 21 04:23:57 2014 differ

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/groupby_ppr_multi_distinct.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/groupby_ppr_multi_distinct.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
Files hive/branches/branch-0.13/ql/src/test/results/clientpositive/groupby_ppr_multi_distinct.q.out (original) and hive/branches/branch-0.13/ql/src/test/results/clientpositive/groupby_ppr_multi_distinct.q.out Fri Mar 21 04:23:57 2014 differ

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/groupby_sort_1.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/groupby_sort_1.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
Files hive/branches/branch-0.13/ql/src/test/results/clientpositive/groupby_sort_1.q.out (original) and hive/branches/branch-0.13/ql/src/test/results/clientpositive/groupby_sort_1.q.out Fri Mar 21 04:23:57 2014 differ

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/groupby_sort_6.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/groupby_sort_6.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
Files hive/branches/branch-0.13/ql/src/test/results/clientpositive/groupby_sort_6.q.out (original) and hive/branches/branch-0.13/ql/src/test/results/clientpositive/groupby_sort_6.q.out Fri Mar 21 04:23:57 2014 differ

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/groupby_sort_skew_1.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/groupby_sort_skew_1.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
Files hive/branches/branch-0.13/ql/src/test/results/clientpositive/groupby_sort_skew_1.q.out (original) and hive/branches/branch-0.13/ql/src/test/results/clientpositive/groupby_sort_skew_1.q.out Fri Mar 21 04:23:57 2014 differ

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/import_exported_table.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/import_exported_table.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
--- hive/branches/branch-0.13/ql/src/test/results/clientpositive/import_exported_table.q.out (original)
+++ hive/branches/branch-0.13/ql/src/test/results/clientpositive/import_exported_table.q.out Fri Mar 21 04:23:57 2014
@@ -7,8 +7,8 @@ PREHOOK: query: DESCRIBE j1_41
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE j1_41
 POSTHOOK: type: DESCTABLE
-a                   	string              	None                
-b                   	int                 	None                
+a                   	string              	                    
+b                   	int                 	                    
 PREHOOK: query: SELECT * from j1_41
 PREHOOK: type: QUERY
 PREHOOK: Input: default@j1_41

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
--- hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort.q.out (original)
+++ hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort.q.out Fri Mar 21 04:23:57 2014
@@ -33,13 +33,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=1).value EXPRESSION [(src)src.null, ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -92,13 +92,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=1).value EXPRESSION [(src)src.null, ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -155,13 +155,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=1).value SIMPLE [(src)a.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -222,13 +222,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=1).value SIMPLE [(src)a.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -293,13 +293,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=1).value SIMPLE [(src)a.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -368,13 +368,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=1).value SIMPLE [(src)c.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -447,13 +447,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=1).value SIMPLE [(src)c.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -530,13 +530,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=1).value SIMPLE [(src)c.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -617,13 +617,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=1).value SIMPLE [(src)c.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -708,13 +708,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=1).value SIMPLE [(src)c.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -803,13 +803,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=1).value SIMPLE [(src)c.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -902,13 +902,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=1).value SIMPLE [(src)c.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -1005,13 +1005,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=1).value SIMPLE [(src)c.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -1112,13 +1112,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=1).value SIMPLE [(src)c.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -1223,13 +1223,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=1).value SIMPLE [(src)c.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -1338,13 +1338,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=1).value SIMPLE [(src)c.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -1457,13 +1457,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=1).value SIMPLE [(src)c.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -1580,13 +1580,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=1).value SIMPLE [(src)c.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -1707,13 +1707,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=1).value SIMPLE [(src)c.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -1840,13 +1840,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=1).value EXPRESSION [(src)src.null, ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -1977,13 +1977,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=1).value SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -2116,13 +2116,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=1).value SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -2259,13 +2259,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=1).value SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -2406,13 +2406,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=1).value SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -2557,13 +2557,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=1).value SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_bucketed_table.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_bucketed_table.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
--- hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_bucketed_table.q.out (original)
+++ hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_bucketed_table.q.out Fri Mar 21 04:23:57 2014
@@ -35,13 +35,13 @@ POSTHOOK: Lineage: test_table_bucketed P
 POSTHOOK: Lineage: test_table_bucketed PARTITION(part=1).value EXPRESSION [(src)src.null, ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_convert_join.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_convert_join.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
--- hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_convert_join.q.out (original)
+++ hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_convert_join.q.out Fri Mar 21 04:23:57 2014
@@ -35,13 +35,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=1).value SIMPLE [(src)b.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -110,13 +110,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=1).value SIMPLE [(src)b.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_dyn_part.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_dyn_part.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
--- hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_dyn_part.q.out (original)
+++ hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_dyn_part.q.out Fri Mar 21 04:23:57 2014
@@ -62,8 +62,8 @@ value               	string             
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-ds                  	string              	None                
-hr                  	string              	None                
+ds                  	string              	                    
+hr                  	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[2008-04-08, 11]    	 
@@ -106,8 +106,8 @@ value               	string             
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-ds                  	string              	None                
-hr                  	string              	None                
+ds                  	string              	                    
+hr                  	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[2008-04-08, 12]    	 
@@ -187,8 +187,8 @@ value               	string             
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-ds                  	string              	None                
-hr                  	string              	None                
+ds                  	string              	                    
+hr                  	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[2008-04-08, 11]    	 
@@ -235,8 +235,8 @@ value               	string             
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-ds                  	string              	None                
-hr                  	string              	None                
+ds                  	string              	                    
+hr                  	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[2008-04-08, 12]    	 
@@ -324,8 +324,8 @@ value               	string             
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-ds                  	string              	None                
-hr                  	string              	None                
+ds                  	string              	                    
+hr                  	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[2008-04-08, 11]    	 
@@ -376,8 +376,8 @@ value               	string             
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-ds                  	string              	None                
-hr                  	string              	None                
+ds                  	string              	                    
+hr                  	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[2008-04-08, 12]    	 
@@ -798,8 +798,8 @@ value               	string             
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-ds                  	string              	None                
-hr                  	string              	None                
+ds                  	string              	                    
+hr                  	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[2008-04-08, 11]    	 
@@ -858,8 +858,8 @@ value               	string             
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-ds                  	string              	None                
-hr                  	string              	None                
+ds                  	string              	                    
+hr                  	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[2008-04-08, 12]    	 

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_grouping_operators.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_grouping_operators.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
--- hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_grouping_operators.q.out (original)
+++ hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_grouping_operators.q.out Fri Mar 21 04:23:57 2014
@@ -113,14 +113,14 @@ POSTHOOK: Lineage: test_table_out PARTIT
 POSTHOOK: Lineage: test_table_out PARTITION(part=1).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
-agg                 	string              	None                
+key                 	string              	                    
+value               	string              	                    
+agg                 	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -181,15 +181,15 @@ POSTHOOK: Lineage: test_table_out_2 PART
 POSTHOOK: Lineage: test_table_out_2 PARTITION(part=1).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
-grouping_key        	string              	None                
-agg                 	string              	None                
+key                 	string              	                    
+value               	string              	                    
+grouping_key        	string              	                    
+agg                 	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -330,14 +330,14 @@ POSTHOOK: Lineage: test_table_out_2 PART
 POSTHOOK: Lineage: test_table_out_2 PARTITION(part=1).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
-agg                 	string              	None                
+key                 	string              	                    
+value               	string              	                    
+agg                 	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -412,15 +412,15 @@ POSTHOOK: Lineage: test_table_out_2 PART
 POSTHOOK: Lineage: test_table_out_2 PARTITION(part=1).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
-grouping_key        	string              	None                
-agg                 	string              	None                
+key                 	string              	                    
+value               	string              	                    
+grouping_key        	string              	                    
+agg                 	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -582,14 +582,14 @@ POSTHOOK: Lineage: test_table_out_2 PART
 POSTHOOK: Lineage: test_table_out_2 PARTITION(part=1).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
-agg                 	string              	None                
+key                 	string              	                    
+value               	string              	                    
+agg                 	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -678,15 +678,15 @@ POSTHOOK: Lineage: test_table_out_2 PART
 POSTHOOK: Lineage: test_table_out_2 PARTITION(part=1).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
-grouping_key        	string              	None                
-agg                 	string              	None                
+key                 	string              	                    
+value               	string              	                    
+grouping_key        	string              	                    
+agg                 	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_list_bucket.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_list_bucket.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
--- hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_list_bucket.q.out (original)
+++ hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_list_bucket.q.out Fri Mar 21 04:23:57 2014
@@ -45,13 +45,13 @@ POSTHOOK: Lineage: list_bucketing_table 
 POSTHOOK: Lineage: list_bucketing_table PARTITION(part=1).value EXPRESSION [(src)src.null, ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -126,13 +126,13 @@ POSTHOOK: Lineage: list_bucketing_table2
 POSTHOOK: Lineage: list_bucketing_table2 PARTITION(part=1).value EXPRESSION [(src)src.null, ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_map_operators.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_map_operators.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
--- hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_map_operators.q.out (original)
+++ hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_map_operators.q.out Fri Mar 21 04:23:57 2014
@@ -191,13 +191,13 @@ POSTHOOK: Lineage: test_table_out PARTIT
 POSTHOOK: Lineage: test_table_out PARTITION(part=1).value EXPRESSION [(test_table1)test_table1.null, ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -373,13 +373,13 @@ POSTHOOK: Lineage: test_table_out PARTIT
 POSTHOOK: Lineage: test_table_out PARTITION(part=1).value EXPRESSION [(test_table1)test_table1.null, ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -552,13 +552,13 @@ POSTHOOK: Lineage: test_table_out PARTIT
 POSTHOOK: Lineage: test_table_out PARTITION(part=1).value EXPRESSION [(test_table1)test_table1.null, ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -716,13 +716,13 @@ POSTHOOK: Lineage: test_table_out PARTIT
 POSTHOOK: Lineage: test_table_out PARTITION(part=1).value EXPRESSION [(test_table1)test_table1.null, ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_merge.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_merge.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
--- hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_merge.q.out (original)
+++ hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_merge.q.out Fri Mar 21 04:23:57 2014
@@ -35,13 +35,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=1).value SIMPLE [(src)b.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -94,13 +94,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=1).value SIMPLE [(src)b.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_multi_insert.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_multi_insert.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
--- hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_multi_insert.q.out (original)
+++ hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_multi_insert.q.out Fri Mar 21 04:23:57 2014
@@ -45,13 +45,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=2).value SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -88,13 +88,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=2).value SIMPLE [(src)src.FieldSchema(name:key, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[2]                 	 
@@ -161,13 +161,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=2).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -208,13 +208,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=2).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[2]                 	 
@@ -289,13 +289,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=2).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -340,13 +340,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=2).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[2]                 	 
@@ -429,13 +429,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=2).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[1]                 	 
@@ -484,13 +484,13 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(part=2).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	string              	None                
-value               	string              	None                
+key                 	string              	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-part                	string              	None                
+part                	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[2]                 	 

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_num_buckets.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_num_buckets.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
--- hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_num_buckets.q.out (original)
+++ hive/branches/branch-0.13/ql/src/test/results/clientpositive/infer_bucket_sort_num_buckets.q.out Fri Mar 21 04:23:57 2014
@@ -133,14 +133,14 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(ds=2008-04-08,hr=1).value SIMPLE [(srcpart)srcpart.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	int                 	None                
-value               	string              	None                
+key                 	int                 	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-ds                  	string              	None                
-hr                  	string              	None                
+ds                  	string              	                    
+hr                  	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[2008-04-08, 0]     	 
@@ -177,14 +177,14 @@ POSTHOOK: Lineage: test_table PARTITION(
 POSTHOOK: Lineage: test_table PARTITION(ds=2008-04-08,hr=1).value SIMPLE [(srcpart)srcpart.FieldSchema(name:value, type:string, comment:default), ]
 # col_name            	data_type           	comment             
 	 	 
-key                 	int                 	None                
-value               	string              	None                
+key                 	int                 	                    
+value               	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-ds                  	string              	None                
-hr                  	string              	None                
+ds                  	string              	                    
+hr                  	string              	                    
 	 	 
 # Detailed Partition Information	 	 
 Partition Value:    	[2008-04-08, 1]     	 

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/inoutdriver.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/inoutdriver.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
--- hive/branches/branch-0.13/ql/src/test/results/clientpositive/inoutdriver.q.out (original)
+++ hive/branches/branch-0.13/ql/src/test/results/clientpositive/inoutdriver.q.out Fri Mar 21 04:23:57 2014
@@ -9,6 +9,6 @@ PREHOOK: query: desc extended test
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: desc extended test
 POSTHOOK: type: DESCTABLE
-a                   	int                 	None                
+a                   	int                 	                    
 	 	 
 #### A masked pattern was here ####

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/input1.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/input1.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
--- hive/branches/branch-0.13/ql/src/test/results/clientpositive/input1.q.out (original)
+++ hive/branches/branch-0.13/ql/src/test/results/clientpositive/input1.q.out Fri Mar 21 04:23:57 2014
@@ -29,5 +29,5 @@ PREHOOK: query: DESCRIBE TEST1
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE TEST1
 POSTHOOK: type: DESCTABLE
-a                   	int                 	None                
-b                   	double              	None                
+a                   	int                 	                    
+b                   	double              	                    

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/input10.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/input10.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
--- hive/branches/branch-0.13/ql/src/test/results/clientpositive/input10.q.out (original)
+++ hive/branches/branch-0.13/ql/src/test/results/clientpositive/input10.q.out Fri Mar 21 04:23:57 2014
@@ -29,13 +29,13 @@ PREHOOK: query: DESCRIBE TEST10
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE TEST10
 POSTHOOK: type: DESCTABLE
-key                 	int                 	None                
-value               	string              	None                
-ds                  	string              	None                
-hr                  	string              	None                
+key                 	int                 	                    
+value               	string              	                    
+ds                  	string              	                    
+hr                  	string              	                    
 	 	 
 # Partition Information	 	 
 # col_name            	data_type           	comment             
 	 	 
-ds                  	string              	None                
-hr                  	string              	None                
+ds                  	string              	                    
+hr                  	string              	                    

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/input15.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/input15.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
--- hive/branches/branch-0.13/ql/src/test/results/clientpositive/input15.q.out (original)
+++ hive/branches/branch-0.13/ql/src/test/results/clientpositive/input15.q.out Fri Mar 21 04:23:57 2014
@@ -28,5 +28,5 @@ PREHOOK: query: DESCRIBE TEST15
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE TEST15
 POSTHOOK: type: DESCTABLE
-key                 	int                 	None                
-value               	string              	None                
+key                 	int                 	                    
+value               	string              	                    

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/input2.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/input2.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
--- hive/branches/branch-0.13/ql/src/test/results/clientpositive/input2.q.out (original)
+++ hive/branches/branch-0.13/ql/src/test/results/clientpositive/input2.q.out Fri Mar 21 04:23:57 2014
@@ -9,14 +9,14 @@ PREHOOK: query: DESCRIBE TEST2a
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE TEST2a
 POSTHOOK: type: DESCTABLE
-a                   	int                 	None                
-b                   	double              	None                
+a                   	int                 	                    
+b                   	double              	                    
 PREHOOK: query: DESC TEST2a
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESC TEST2a
 POSTHOOK: type: DESCTABLE
-a                   	int                 	None                
-b                   	double              	None                
+a                   	int                 	                    
+b                   	double              	                    
 PREHOOK: query: CREATE TABLE TEST2b(A ARRAY<INT>, B DOUBLE, C MAP<DOUBLE, INT>) STORED AS TEXTFILE
 PREHOOK: type: CREATETABLE
 PREHOOK: Output: database:default
@@ -28,9 +28,9 @@ PREHOOK: query: DESCRIBE TEST2b
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE TEST2b
 POSTHOOK: type: DESCTABLE
-a                   	array<int>          	None                
-b                   	double              	None                
-c                   	map<double,int>     	None                
+a                   	array<int>          	                    
+b                   	double              	                    
+c                   	map<double,int>     	                    
 PREHOOK: query: SHOW TABLES
 PREHOOK: type: SHOWTABLES
 POSTHOOK: query: SHOW TABLES

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/input23.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/input23.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
Files hive/branches/branch-0.13/ql/src/test/results/clientpositive/input23.q.out (original) and hive/branches/branch-0.13/ql/src/test/results/clientpositive/input23.q.out Fri Mar 21 04:23:57 2014 differ

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/input3.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/input3.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
--- hive/branches/branch-0.13/ql/src/test/results/clientpositive/input3.q.out (original)
+++ hive/branches/branch-0.13/ql/src/test/results/clientpositive/input3.q.out Fri Mar 21 04:23:57 2014
@@ -9,8 +9,8 @@ PREHOOK: query: DESCRIBE TEST3a
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE TEST3a
 POSTHOOK: type: DESCTABLE
-a                   	int                 	None                
-b                   	double              	None                
+a                   	int                 	                    
+b                   	double              	                    
 PREHOOK: query: CREATE TABLE TEST3b(A ARRAY<INT>, B DOUBLE, C MAP<DOUBLE, INT>) STORED AS TEXTFILE
 PREHOOK: type: CREATETABLE
 PREHOOK: Output: database:default
@@ -22,9 +22,9 @@ PREHOOK: query: DESCRIBE TEST3b
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE TEST3b
 POSTHOOK: type: DESCTABLE
-a                   	array<int>          	None                
-b                   	double              	None                
-c                   	map<double,int>     	None                
+a                   	array<int>          	                    
+b                   	double              	                    
+c                   	map<double,int>     	                    
 PREHOOK: query: SHOW TABLES
 PREHOOK: type: SHOWTABLES
 POSTHOOK: query: SHOW TABLES
@@ -69,10 +69,10 @@ PREHOOK: query: DESCRIBE TEST3b
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE TEST3b
 POSTHOOK: type: DESCTABLE
-a                   	array<int>          	None                
-b                   	double              	None                
-c                   	map<double,int>     	None                
-x                   	double              	None                
+a                   	array<int>          	                    
+b                   	double              	                    
+c                   	map<double,int>     	                    
+x                   	double              	                    
 PREHOOK: query: EXPLAIN
 ALTER TABLE TEST3b RENAME TO TEST3c
 PREHOOK: type: ALTERTABLE_RENAME
@@ -103,10 +103,10 @@ PREHOOK: query: DESCRIBE TEST3c
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE TEST3c
 POSTHOOK: type: DESCTABLE
-a                   	array<int>          	None                
-b                   	double              	None                
-c                   	map<double,int>     	None                
-x                   	double              	None                
+a                   	array<int>          	                    
+b                   	double              	                    
+c                   	map<double,int>     	                    
+x                   	double              	                    
 PREHOOK: query: SHOW TABLES
 PREHOOK: type: SHOWTABLES
 POSTHOOK: query: SHOW TABLES
@@ -151,7 +151,7 @@ PREHOOK: query: DESCRIBE EXTENDED TEST3c
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE EXTENDED TEST3c
 POSTHOOK: type: DESCTABLE
-r1                  	int                 	None                
-r2                  	double              	None                
+r1                  	int                 	                    
+r2                  	double              	                    
 	 	 
 #### A masked pattern was here ####

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/input42.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/input42.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
Files hive/branches/branch-0.13/ql/src/test/results/clientpositive/input42.q.out (original) and hive/branches/branch-0.13/ql/src/test/results/clientpositive/input42.q.out Fri Mar 21 04:23:57 2014 differ

Modified: hive/branches/branch-0.13/ql/src/test/results/clientpositive/input_part1.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/ql/src/test/results/clientpositive/input_part1.q.out?rev=1579880&r1=1579879&r2=1579880&view=diff
==============================================================================
Files hive/branches/branch-0.13/ql/src/test/results/clientpositive/input_part1.q.out (original) and hive/branches/branch-0.13/ql/src/test/results/clientpositive/input_part1.q.out Fri Mar 21 04:23:57 2014 differ