You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by na...@apache.org on 2012/12/07 18:23:00 UTC

svn commit: r1418405 [3/4] - in /hive/trunk: contrib/src/test/results/clientpositive/ hbase-handler/src/test/results/positive/ hwi/src/test/org/apache/hadoop/hive/hwi/ jdbc/src/test/org/apache/hadoop/hive/jdbc/ ql/src/java/org/apache/hadoop/hive/ql/exe...

Modified: hive/trunk/ql/src/test/results/clientpositive/describe_syntax.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/describe_syntax.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/describe_syntax.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/describe_syntax.q.out Fri Dec  7 17:22:32 2012
@@ -38,18 +38,34 @@ PREHOOK: type: DESCTABLE
 POSTHOOK: query: -- describe table
 DESCRIBE t1
 POSTHOOK: type: DESCTABLE
-key1	int	
-value1	string	
-ds	string	
-part	string	
+# col_name            	data_type           	comment             
+	 	 
+key1                	int                 	None                
+value1              	string              	None                
+ds                  	string              	None                
+part                	string              	None                
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+ds                  	string              	None                
+part                	string              	None                
 PREHOOK: query: DESCRIBE EXTENDED t1
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE EXTENDED t1
 POSTHOOK: type: DESCTABLE
-key1	int	
-value1	string	
-ds	string	
-part	string	
+# col_name            	data_type           	comment             
+	 	 
+key1                	int                 	None                
+value1              	string              	None                
+ds                  	string              	None                
+part                	string              	None                
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+ds                  	string              	None                
+part                	string              	None                
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: DESCRIBE FORMATTED t1
@@ -93,18 +109,34 @@ PREHOOK: type: DESCTABLE
 POSTHOOK: query: -- describe database.table
 DESCRIBE db1.t1
 POSTHOOK: type: DESCTABLE
-key1	int	
-value1	string	
-ds	string	
-part	string	
+# col_name            	data_type           	comment             
+	 	 
+key1                	int                 	None                
+value1              	string              	None                
+ds                  	string              	None                
+part                	string              	None                
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+ds                  	string              	None                
+part                	string              	None                
 PREHOOK: query: DESCRIBE EXTENDED db1.t1
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE EXTENDED db1.t1
 POSTHOOK: type: DESCTABLE
-key1	int	
-value1	string	
-ds	string	
-part	string	
+# col_name            	data_type           	comment             
+	 	 
+key1                	int                 	None                
+value1              	string              	None                
+ds                  	string              	None                
+part                	string              	None                
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+ds                  	string              	None                
+part                	string              	None                
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: DESCRIBE FORMATTED db1.t1
@@ -148,12 +180,16 @@ PREHOOK: type: DESCTABLE
 POSTHOOK: query: -- describe table column
 DESCRIBE t1 key1
 POSTHOOK: type: DESCTABLE
-key1	int	from deserializer
+# col_name            	data_type           	comment             
+	 	 
+key1                	int                 	from deserializer   
 PREHOOK: query: DESCRIBE EXTENDED t1 key1
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE EXTENDED t1 key1
 POSTHOOK: type: DESCTABLE
-key1	int	from deserializer
+# col_name            	data_type           	comment             
+	 	 
+key1                	int                 	from deserializer   
 PREHOOK: query: DESCRIBE FORMATTED t1 key1
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE FORMATTED t1 key1
@@ -167,12 +203,16 @@ PREHOOK: type: DESCTABLE
 POSTHOOK: query: -- describe database.tabe column
 DESCRIBE db1.t1 key1
 POSTHOOK: type: DESCTABLE
-key1	int	from deserializer
+# col_name            	data_type           	comment             
+	 	 
+key1                	int                 	from deserializer   
 PREHOOK: query: DESCRIBE EXTENDED db1.t1 key1
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE EXTENDED db1.t1 key1
 POSTHOOK: type: DESCTABLE
-key1	int	from deserializer
+# col_name            	data_type           	comment             
+	 	 
+key1                	int                 	from deserializer   
 PREHOOK: query: DESCRIBE FORMATTED db1.t1 key1
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE FORMATTED db1.t1 key1
@@ -190,12 +230,16 @@ POSTHOOK: query: -- describe table.colum
 -- fall back to the old syntax table.column
 DESCRIBE t1.key1
 POSTHOOK: type: DESCTABLE
-key1	int	from deserializer
+# col_name            	data_type           	comment             
+	 	 
+key1                	int                 	from deserializer   
 PREHOOK: query: DESCRIBE EXTENDED t1.key1
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE EXTENDED t1.key1
 POSTHOOK: type: DESCTABLE
-key1	int	from deserializer
+# col_name            	data_type           	comment             
+	 	 
+key1                	int                 	from deserializer   
 PREHOOK: query: DESCRIBE FORMATTED t1.key1
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE FORMATTED t1.key1
@@ -209,18 +253,34 @@ PREHOOK: type: DESCTABLE
 POSTHOOK: query: -- describe table partition
 DESCRIBE t1 PARTITION(ds='4', part='5')
 POSTHOOK: type: DESCTABLE
-key1	int	
-value1	string	
-ds	string	
-part	string	
+# col_name            	data_type           	comment             
+	 	 
+key1                	int                 	None                
+value1              	string              	None                
+ds                  	string              	None                
+part                	string              	None                
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+ds                  	string              	None                
+part                	string              	None                
 PREHOOK: query: DESCRIBE EXTENDED t1 PARTITION(ds='4', part='5')
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE EXTENDED t1 PARTITION(ds='4', part='5')
 POSTHOOK: type: DESCTABLE
-key1	int	
-value1	string	
-ds	string	
-part	string	
+# col_name            	data_type           	comment             
+	 	 
+key1                	int                 	None                
+value1              	string              	None                
+ds                  	string              	None                
+part                	string              	None                
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+ds                  	string              	None                
+part                	string              	None                
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: DESCRIBE FORMATTED t1 PARTITION(ds='4', part='5')
@@ -264,18 +324,34 @@ PREHOOK: type: DESCTABLE
 POSTHOOK: query: -- describe database.table partition
 DESCRIBE db1.t1 PARTITION(ds='4', part='5')
 POSTHOOK: type: DESCTABLE
-key1	int	
-value1	string	
-ds	string	
-part	string	
+# col_name            	data_type           	comment             
+	 	 
+key1                	int                 	None                
+value1              	string              	None                
+ds                  	string              	None                
+part                	string              	None                
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+ds                  	string              	None                
+part                	string              	None                
 PREHOOK: query: DESCRIBE EXTENDED db1.t1 PARTITION(ds='4', part='5')
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE EXTENDED db1.t1 PARTITION(ds='4', part='5')
 POSTHOOK: type: DESCTABLE
-key1	int	
-value1	string	
-ds	string	
-part	string	
+# col_name            	data_type           	comment             
+	 	 
+key1                	int                 	None                
+value1              	string              	None                
+ds                  	string              	None                
+part                	string              	None                
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+ds                  	string              	None                
+part                	string              	None                
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: DESCRIBE FORMATTED db1.t1 PARTITION(ds='4', part='5')

Modified: hive/trunk/ql/src/test/results/clientpositive/describe_table.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/describe_table.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/describe_table.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/describe_table.q.out Fri Dec  7 17:22:32 2012
@@ -2,46 +2,82 @@ PREHOOK: query: describe srcpart
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe srcpart
 POSTHOOK: type: DESCTABLE
-key	string	default
-value	string	default
-ds	string	
-hr	string	
+# col_name            	data_type           	comment             
+	 	 
+key                 	string              	default             
+value               	string              	default             
+ds                  	string              	None                
+hr                  	string              	None                
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+ds                  	string              	None                
+hr                  	string              	None                
 PREHOOK: query: describe srcpart.key
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe srcpart.key
 POSTHOOK: type: DESCTABLE
-key	string	from deserializer
+# col_name            	data_type           	comment             
+	 	 
+key                 	string              	from deserializer   
 PREHOOK: query: describe srcpart PARTITION(ds='2008-04-08', hr='12')
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe srcpart PARTITION(ds='2008-04-08', hr='12')
 POSTHOOK: type: DESCTABLE
-key	string	default
-value	string	default
-ds	string	
-hr	string	
+# col_name            	data_type           	comment             
+	 	 
+key                 	string              	default             
+value               	string              	default             
+ds                  	string              	None                
+hr                  	string              	None                
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+ds                  	string              	None                
+hr                  	string              	None                
 PREHOOK: query: describe extended srcpart
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended srcpart
 POSTHOOK: type: DESCTABLE
-key	string	default
-value	string	default
-ds	string	
-hr	string	
+# col_name            	data_type           	comment             
+	 	 
+key                 	string              	default             
+value               	string              	default             
+ds                  	string              	None                
+hr                  	string              	None                
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+ds                  	string              	None                
+hr                  	string              	None                
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: describe extended srcpart.key
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended srcpart.key
 POSTHOOK: type: DESCTABLE
-key	string	from deserializer
+# col_name            	data_type           	comment             
+	 	 
+key                 	string              	from deserializer   
 PREHOOK: query: describe extended srcpart PARTITION(ds='2008-04-08', hr='12')
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended srcpart PARTITION(ds='2008-04-08', hr='12')
 POSTHOOK: type: DESCTABLE
-key	string	default
-value	string	default
-ds	string	
-hr	string	
+# col_name            	data_type           	comment             
+	 	 
+key                 	string              	default             
+value               	string              	default             
+ds                  	string              	None                
+hr                  	string              	None                
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+ds                  	string              	None                
+hr                  	string              	None                
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: describe formatted srcpart

Modified: hive/trunk/ql/src/test/results/clientpositive/describe_xpath.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/describe_xpath.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/describe_xpath.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/describe_xpath.q.out Fri Dec  7 17:22:32 2012
@@ -4,41 +4,53 @@ PREHOOK: type: DESCTABLE
 POSTHOOK: query: -- Describe a list structure in a thrift table
 describe src_thrift.lint
 POSTHOOK: type: DESCTABLE
-lint	array<int>	from deserializer
+# col_name            	data_type           	comment             
+	 	 
+lint                	array<int>          	from deserializer   
 PREHOOK: query: -- Describe the element of a list
 describe src_thrift.lint.$elem$
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: -- Describe the element of a list
 describe src_thrift.lint.$elem$
 POSTHOOK: type: DESCTABLE
-$elem$	int	from deserializer
+# col_name            	data_type           	comment             
+	 	 
+$elem$              	int                 	from deserializer   
 PREHOOK: query: -- Describe the key of a map
 describe src_thrift.mStringString.$key$
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: -- Describe the key of a map
 describe src_thrift.mStringString.$key$
 POSTHOOK: type: DESCTABLE
-$key$	string	from deserializer
+# col_name            	data_type           	comment             
+	 	 
+$key$               	string              	from deserializer   
 PREHOOK: query: -- Describe the value of a map
 describe src_thrift.mStringString.$value$
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: -- Describe the value of a map
 describe src_thrift.mStringString.$value$
 POSTHOOK: type: DESCTABLE
-$value$	string	from deserializer
+# col_name            	data_type           	comment             
+	 	 
+$value$             	string              	from deserializer   
 PREHOOK: query: -- Describe a complex element of a list
 describe src_thrift.lintString.$elem$
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: -- Describe a complex element of a list
 describe src_thrift.lintString.$elem$
 POSTHOOK: type: DESCTABLE
-myint	int	from deserializer
-mystring	string	from deserializer
-underscore_int	int	from deserializer
+# col_name            	data_type           	comment             
+	 	 
+myint               	int                 	from deserializer   
+mystring            	string              	from deserializer   
+underscore_int      	int                 	from deserializer   
 PREHOOK: query: -- Describe a member of an element of a list
 describe src_thrift.lintString.$elem$.myint
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: -- Describe a member of an element of a list
 describe src_thrift.lintString.$elem$.myint
 POSTHOOK: type: DESCTABLE
-myint	int	from deserializer
+# col_name            	data_type           	comment             
+	 	 
+myint               	int                 	from deserializer   

Modified: hive/trunk/ql/src/test/results/clientpositive/drop_partitions_filter.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/drop_partitions_filter.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/drop_partitions_filter.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/drop_partitions_filter.q.out Fri Dec  7 17:22:32 2012
@@ -7,10 +7,18 @@ PREHOOK: query: describe ptestfilter
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe ptestfilter
 POSTHOOK: type: DESCTABLE
-a	string	
-b	int	
-c	string	
-d	string	
+# col_name            	data_type           	comment             
+	 	 
+a                   	string              	None                
+b                   	int                 	None                
+c                   	string              	None                
+d                   	string              	None                
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+c                   	string              	None                
+d                   	string              	None                
 PREHOOK: query: alter table ptestfilter add partition (c='US', d=1)
 PREHOOK: type: ALTERTABLE_ADDPARTS
 PREHOOK: Input: default@ptestfilter

Modified: hive/trunk/ql/src/test/results/clientpositive/drop_partitions_filter2.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/drop_partitions_filter2.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/drop_partitions_filter2.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/drop_partitions_filter2.q.out Fri Dec  7 17:22:32 2012
@@ -7,10 +7,18 @@ PREHOOK: query: describe ptestfilter
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe ptestfilter
 POSTHOOK: type: DESCTABLE
-a	string	
-b	int	
-c	int	
-d	int	
+# col_name            	data_type           	comment             
+	 	 
+a                   	string              	None                
+b                   	int                 	None                
+c                   	int                 	None                
+d                   	int                 	None                
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+c                   	int                 	None                
+d                   	int                 	None                
 PREHOOK: query: alter table ptestfilter add partition (c=1, d=1)
 PREHOOK: type: ALTERTABLE_ADDPARTS
 PREHOOK: Input: default@ptestfilter

Modified: hive/trunk/ql/src/test/results/clientpositive/drop_partitions_filter3.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/drop_partitions_filter3.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/drop_partitions_filter3.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/drop_partitions_filter3.q.out Fri Dec  7 17:22:32 2012
@@ -7,10 +7,18 @@ PREHOOK: query: describe ptestfilter
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe ptestfilter
 POSTHOOK: type: DESCTABLE
-a	string	
-b	int	
-c	string	
-d	int	
+# col_name            	data_type           	comment             
+	 	 
+a                   	string              	None                
+b                   	int                 	None                
+c                   	string              	None                
+d                   	int                 	None                
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+c                   	string              	None                
+d                   	int                 	None                
 PREHOOK: query: alter table ptestfilter add partition (c='1', d=1)
 PREHOOK: type: ALTERTABLE_ADDPARTS
 PREHOOK: Input: default@ptestfilter

Modified: hive/trunk/ql/src/test/results/clientpositive/exim_00_nonpart_empty.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/exim_00_nonpart_empty.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/exim_00_nonpart_empty.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/exim_00_nonpart_empty.q.out Fri Dec  7 17:22:32 2012
@@ -41,7 +41,9 @@ PREHOOK: query: describe extended exim_d
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended exim_department
 POSTHOOK: type: DESCTABLE
-dep_id	int	department id
+# col_name            	data_type           	comment             
+	 	 
+dep_id              	int                 	department id       
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: show table extended like exim_department

Modified: hive/trunk/ql/src/test/results/clientpositive/exim_01_nonpart.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/exim_01_nonpart.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/exim_01_nonpart.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/exim_01_nonpart.q.out Fri Dec  7 17:22:32 2012
@@ -47,7 +47,9 @@ PREHOOK: query: describe extended exim_d
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended exim_department
 POSTHOOK: type: DESCTABLE
-dep_id	int	department id
+# col_name            	data_type           	comment             
+	 	 
+dep_id              	int                 	department id       
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: show table extended like exim_department

Modified: hive/trunk/ql/src/test/results/clientpositive/exim_02_00_part_empty.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/exim_02_00_part_empty.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/exim_02_00_part_empty.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/exim_02_00_part_empty.q.out Fri Dec  7 17:22:32 2012
@@ -43,9 +43,17 @@ PREHOOK: query: describe extended exim_e
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended exim_employee
 POSTHOOK: type: DESCTABLE
-emp_id	int	employee id
-emp_country	string	two char iso code
-emp_state	string	free text
+# col_name            	data_type           	comment             
+	 	 
+emp_id              	int                 	employee id         
+emp_country         	string              	two char iso code   
+emp_state           	string              	free text           
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+emp_country         	string              	two char iso code   
+emp_state           	string              	free text           
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: show table extended like exim_employee

Modified: hive/trunk/ql/src/test/results/clientpositive/exim_02_part.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/exim_02_part.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/exim_02_part.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/exim_02_part.q.out Fri Dec  7 17:22:32 2012
@@ -55,9 +55,17 @@ PREHOOK: query: describe extended exim_e
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended exim_employee
 POSTHOOK: type: DESCTABLE
-emp_id	int	employee id
-emp_country	string	two char iso code
-emp_state	string	free text
+# col_name            	data_type           	comment             
+	 	 
+emp_id              	int                 	employee id         
+emp_country         	string              	two char iso code   
+emp_state           	string              	free text           
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+emp_country         	string              	two char iso code   
+emp_state           	string              	free text           
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: show table extended like exim_employee

Modified: hive/trunk/ql/src/test/results/clientpositive/exim_03_nonpart_over_compat.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/exim_03_nonpart_over_compat.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/exim_03_nonpart_over_compat.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/exim_03_nonpart_over_compat.q.out Fri Dec  7 17:22:32 2012
@@ -57,7 +57,9 @@ PREHOOK: query: describe extended exim_d
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended exim_department
 POSTHOOK: type: DESCTABLE
-dep_id	int	department identifier
+# col_name            	data_type           	comment             
+	 	 
+dep_id              	int                 	department identifier
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: select * from exim_department

Modified: hive/trunk/ql/src/test/results/clientpositive/exim_04_all_part.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/exim_04_all_part.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/exim_04_all_part.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/exim_04_all_part.q.out Fri Dec  7 17:22:32 2012
@@ -91,9 +91,17 @@ PREHOOK: query: describe extended exim_e
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended exim_employee
 POSTHOOK: type: DESCTABLE
-emp_id	int	employee id
-emp_country	string	two char iso code
-emp_state	string	free text
+# col_name            	data_type           	comment             
+	 	 
+emp_id              	int                 	employee id         
+emp_country         	string              	two char iso code   
+emp_state           	string              	free text           
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+emp_country         	string              	two char iso code   
+emp_state           	string              	free text           
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: show table extended like exim_employee

Modified: hive/trunk/ql/src/test/results/clientpositive/exim_04_evolved_parts.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/exim_04_evolved_parts.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/exim_04_evolved_parts.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/exim_04_evolved_parts.q.out Fri Dec  7 17:22:32 2012
@@ -101,39 +101,63 @@ 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_country	string	2-char code
-emp_state	string	2-char code
+# col_name            	data_type           	comment             
+	 	 
+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_country         	string              	2-char code         
+emp_state           	string              	2-char code         
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+emp_country         	string              	2-char code         
+emp_state           	string              	2-char code         
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: describe extended exim_employee partition (emp_country='in', emp_state='tn')
 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	
-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
+# col_name            	data_type           	comment             
+	 	 
+emp_id              	int                 	employee id         
+emp_name            	string              	None                
+emp_dob             	string              	employee date of birth
+emp_sex             	string              	M/F                 
+emp_dept            	int                 	None                
+emp_country         	string              	2-char code         
+emp_state           	string              	2-char code         
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+emp_country         	string              	2-char code         
+emp_state           	string              	2-char code         
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: describe extended exim_employee partition (emp_country='in', emp_state='ka')
 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_country	string	2-char code
-emp_state	string	2-char code
+# col_name            	data_type           	comment             
+	 	 
+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_country         	string              	2-char code         
+emp_state           	string              	2-char code         
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+emp_country         	string              	2-char code         
+emp_state           	string              	2-char code         
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: show table extended like exim_employee

Modified: hive/trunk/ql/src/test/results/clientpositive/exim_05_some_part.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/exim_05_some_part.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/exim_05_some_part.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/exim_05_some_part.q.out Fri Dec  7 17:22:32 2012
@@ -85,9 +85,17 @@ PREHOOK: query: describe extended exim_e
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended exim_employee
 POSTHOOK: type: DESCTABLE
-emp_id	int	employee id
-emp_country	string	two char iso code
-emp_state	string	free text
+# col_name            	data_type           	comment             
+	 	 
+emp_id              	int                 	employee id         
+emp_country         	string              	two char iso code   
+emp_state           	string              	free text           
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+emp_country         	string              	two char iso code   
+emp_state           	string              	free text           
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: show table extended like exim_employee

Modified: hive/trunk/ql/src/test/results/clientpositive/exim_06_one_part.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/exim_06_one_part.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/exim_06_one_part.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/exim_06_one_part.q.out Fri Dec  7 17:22:32 2012
@@ -82,9 +82,17 @@ PREHOOK: query: describe extended exim_e
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended exim_employee
 POSTHOOK: type: DESCTABLE
-emp_id	int	employee id
-emp_country	string	two char iso code
-emp_state	string	free text
+# col_name            	data_type           	comment             
+	 	 
+emp_id              	int                 	employee id         
+emp_country         	string              	two char iso code   
+emp_state           	string              	free text           
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+emp_country         	string              	two char iso code   
+emp_state           	string              	free text           
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: show table extended like exim_employee

Modified: hive/trunk/ql/src/test/results/clientpositive/exim_07_all_part_over_nonoverlap.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/exim_07_all_part_over_nonoverlap.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/exim_07_all_part_over_nonoverlap.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/exim_07_all_part_over_nonoverlap.q.out Fri Dec  7 17:22:32 2012
@@ -114,9 +114,17 @@ PREHOOK: query: describe extended exim_e
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended exim_employee
 POSTHOOK: type: DESCTABLE
-emp_id	int	employee id
-emp_country	string	iso code
-emp_state	string	free-form text
+# col_name            	data_type           	comment             
+	 	 
+emp_id              	int                 	employee id         
+emp_country         	string              	iso code            
+emp_state           	string              	free-form text      
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+emp_country         	string              	iso code            
+emp_state           	string              	free-form text      
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: select * from exim_employee

Modified: hive/trunk/ql/src/test/results/clientpositive/exim_08_nonpart_rename.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/exim_08_nonpart_rename.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/exim_08_nonpart_rename.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/exim_08_nonpart_rename.q.out Fri Dec  7 17:22:32 2012
@@ -65,7 +65,9 @@ PREHOOK: query: describe extended exim_i
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended exim_imported_dept
 POSTHOOK: type: DESCTABLE
-dep_id	int	department id
+# col_name            	data_type           	comment             
+	 	 
+dep_id              	int                 	department id       
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: select * from exim_imported_dept

Modified: hive/trunk/ql/src/test/results/clientpositive/exim_09_part_spec_nonoverlap.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/exim_09_part_spec_nonoverlap.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/exim_09_part_spec_nonoverlap.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/exim_09_part_spec_nonoverlap.q.out Fri Dec  7 17:22:32 2012
@@ -120,9 +120,17 @@ PREHOOK: query: describe extended exim_e
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended exim_employee
 POSTHOOK: type: DESCTABLE
-emp_id	int	employee id
-emp_country	string	two char iso code
-emp_state	string	free text
+# col_name            	data_type           	comment             
+	 	 
+emp_id              	int                 	employee id         
+emp_country         	string              	two char iso code   
+emp_state           	string              	free text           
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+emp_country         	string              	two char iso code   
+emp_state           	string              	free text           
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: select * from exim_employee

Modified: hive/trunk/ql/src/test/results/clientpositive/exim_10_external_managed.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/exim_10_external_managed.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/exim_10_external_managed.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/exim_10_external_managed.q.out Fri Dec  7 17:22:32 2012
@@ -51,7 +51,9 @@ PREHOOK: query: describe extended exim_d
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended exim_department
 POSTHOOK: type: DESCTABLE
-dep_id	int	department id
+# col_name            	data_type           	comment             
+	 	 
+dep_id              	int                 	department id       
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: select * from exim_department

Modified: hive/trunk/ql/src/test/results/clientpositive/exim_11_managed_external.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/exim_11_managed_external.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/exim_11_managed_external.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/exim_11_managed_external.q.out Fri Dec  7 17:22:32 2012
@@ -47,7 +47,9 @@ PREHOOK: query: describe extended exim_d
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended exim_department
 POSTHOOK: type: DESCTABLE
-dep_id	int	department id
+# col_name            	data_type           	comment             
+	 	 
+dep_id              	int                 	department id       
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: select * from exim_department

Modified: hive/trunk/ql/src/test/results/clientpositive/exim_12_external_location.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/exim_12_external_location.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/exim_12_external_location.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/exim_12_external_location.q.out Fri Dec  7 17:22:32 2012
@@ -50,7 +50,9 @@ PREHOOK: query: describe extended exim_d
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended exim_department
 POSTHOOK: type: DESCTABLE
-dep_id	int	department id
+# col_name            	data_type           	comment             
+	 	 
+dep_id              	int                 	department id       
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: select * from exim_department

Modified: hive/trunk/ql/src/test/results/clientpositive/exim_13_managed_location.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/exim_13_managed_location.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/exim_13_managed_location.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/exim_13_managed_location.q.out Fri Dec  7 17:22:32 2012
@@ -50,7 +50,9 @@ PREHOOK: query: describe extended exim_d
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended exim_department
 POSTHOOK: type: DESCTABLE
-dep_id	int	department id
+# col_name            	data_type           	comment             
+	 	 
+dep_id              	int                 	department id       
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: select * from exim_department

Modified: hive/trunk/ql/src/test/results/clientpositive/exim_14_managed_location_over_existing.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/exim_14_managed_location_over_existing.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/exim_14_managed_location_over_existing.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/exim_14_managed_location_over_existing.q.out Fri Dec  7 17:22:32 2012
@@ -62,7 +62,9 @@ PREHOOK: query: describe extended exim_d
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended exim_department
 POSTHOOK: type: DESCTABLE
-dep_id	int	department id
+# col_name            	data_type           	comment             
+	 	 
+dep_id              	int                 	department id       
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: select * from exim_department

Modified: hive/trunk/ql/src/test/results/clientpositive/exim_15_external_part.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/exim_15_external_part.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/exim_15_external_part.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/exim_15_external_part.q.out Fri Dec  7 17:22:32 2012
@@ -125,9 +125,17 @@ PREHOOK: query: describe extended exim_e
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended exim_employee
 POSTHOOK: type: DESCTABLE
-emp_id	int	employee id
-emp_country	string	two char iso code
-emp_state	string	free text
+# col_name            	data_type           	comment             
+	 	 
+emp_id              	int                 	employee id         
+emp_country         	string              	two char iso code   
+emp_state           	string              	free text           
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+emp_country         	string              	two char iso code   
+emp_state           	string              	free text           
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: select * from exim_employee

Modified: hive/trunk/ql/src/test/results/clientpositive/exim_18_part_external.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/exim_18_part_external.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/exim_18_part_external.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/exim_18_part_external.q.out Fri Dec  7 17:22:32 2012
@@ -90,9 +90,17 @@ PREHOOK: query: describe extended exim_e
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended exim_employee
 POSTHOOK: type: DESCTABLE
-emp_id	int	employee id
-emp_country	string	two char iso code
-emp_state	string	free text
+# col_name            	data_type           	comment             
+	 	 
+emp_id              	int                 	employee id         
+emp_country         	string              	two char iso code   
+emp_state           	string              	free text           
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+emp_country         	string              	two char iso code   
+emp_state           	string              	free text           
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: show table extended like exim_employee

Modified: hive/trunk/ql/src/test/results/clientpositive/exim_19_00_part_external_location.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/exim_19_00_part_external_location.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/exim_19_00_part_external_location.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/exim_19_00_part_external_location.q.out Fri Dec  7 17:22:32 2012
@@ -72,9 +72,17 @@ PREHOOK: query: describe extended exim_e
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended exim_employee
 POSTHOOK: type: DESCTABLE
-emp_id	int	employee id
-emp_country	string	two char iso code
-emp_state	string	free text
+# col_name            	data_type           	comment             
+	 	 
+emp_id              	int                 	employee id         
+emp_country         	string              	two char iso code   
+emp_state           	string              	free text           
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+emp_country         	string              	two char iso code   
+emp_state           	string              	free text           
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: show table extended like exim_employee

Modified: hive/trunk/ql/src/test/results/clientpositive/exim_19_part_external_location.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/exim_19_part_external_location.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/exim_19_part_external_location.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/exim_19_part_external_location.q.out Fri Dec  7 17:22:32 2012
@@ -93,9 +93,17 @@ PREHOOK: query: describe extended exim_e
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended exim_employee
 POSTHOOK: type: DESCTABLE
-emp_id	int	employee id
-emp_country	string	two char iso code
-emp_state	string	free text
+# col_name            	data_type           	comment             
+	 	 
+emp_id              	int                 	employee id         
+emp_country         	string              	two char iso code   
+emp_state           	string              	free text           
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+emp_country         	string              	two char iso code   
+emp_state           	string              	free text           
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: show table extended like exim_employee

Modified: hive/trunk/ql/src/test/results/clientpositive/exim_20_part_managed_location.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/exim_20_part_managed_location.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/exim_20_part_managed_location.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/exim_20_part_managed_location.q.out Fri Dec  7 17:22:32 2012
@@ -93,9 +93,17 @@ PREHOOK: query: describe extended exim_e
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended exim_employee
 POSTHOOK: type: DESCTABLE
-emp_id	int	employee id
-emp_country	string	two char iso code
-emp_state	string	free text
+# col_name            	data_type           	comment             
+	 	 
+emp_id              	int                 	employee id         
+emp_country         	string              	two char iso code   
+emp_state           	string              	free text           
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+emp_country         	string              	two char iso code   
+emp_state           	string              	free text           
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: show table extended like exim_employee

Modified: hive/trunk/ql/src/test/results/clientpositive/fileformat_sequencefile.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/fileformat_sequencefile.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/fileformat_sequencefile.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/fileformat_sequencefile.q.out Fri Dec  7 17:22:32 2012
@@ -40,8 +40,10 @@ PREHOOK: query: DESCRIBE EXTENDED dest1
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE EXTENDED dest1
 POSTHOOK: type: DESCTABLE
-key	int	
-value	string	
+# col_name            	data_type           	comment             
+	 	 
+key                 	int                 	None                
+value               	string              	None                
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: FROM src

Modified: hive/trunk/ql/src/test/results/clientpositive/fileformat_text.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/fileformat_text.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/fileformat_text.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/fileformat_text.q.out Fri Dec  7 17:22:32 2012
@@ -40,8 +40,10 @@ PREHOOK: query: DESCRIBE EXTENDED dest1
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE EXTENDED dest1
 POSTHOOK: type: DESCTABLE
-key	int	
-value	string	
+# col_name            	data_type           	comment             
+	 	 
+key                 	int                 	None                
+value               	string              	None                
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: FROM src

Modified: hive/trunk/ql/src/test/results/clientpositive/index_creation.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/index_creation.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/index_creation.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/index_creation.q.out Fri Dec  7 17:22:32 2012
@@ -43,9 +43,11 @@ PREHOOK: query: desc extended default__s
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: desc extended default__src_src_index_2__
 POSTHOOK: type: DESCTABLE
-key	string	default
-_bucketname	string	
-_offsets	array<bigint>	
+# col_name            	data_type           	comment             
+	 	 
+key                 	string              	default             
+_bucketname         	string              	                    
+_offsets            	array<bigint>       	                    
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: create index src_index_3 on table src(key) as 'compact' WITH DEFERRED REBUILD in table src_idx_src_index_3
@@ -57,9 +59,11 @@ PREHOOK: query: desc extended src_idx_sr
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: desc extended src_idx_src_index_3
 POSTHOOK: type: DESCTABLE
-key	string	default
-_bucketname	string	
-_offsets	array<bigint>	
+# col_name            	data_type           	comment             
+	 	 
+key                 	string              	default             
+_bucketname         	string              	                    
+_offsets            	array<bigint>       	                    
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: create index src_index_4 on table src(key) as 'compact' WITH DEFERRED REBUILD ROW FORMAT DELIMITED FIELDS TERMINATED BY '\t' STORED AS TEXTFILE
@@ -71,9 +75,11 @@ PREHOOK: query: desc extended default__s
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: desc extended default__src_src_index_4__
 POSTHOOK: type: DESCTABLE
-key	string	default
-_bucketname	string	
-_offsets	array<bigint>	
+# col_name            	data_type           	comment             
+	 	 
+key                 	string              	default             
+_bucketname         	string              	                    
+_offsets            	array<bigint>       	                    
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: create index src_index_5 on table src(key) as 'compact' WITH DEFERRED REBUILD ROW FORMAT DELIMITED FIELDS TERMINATED BY '\t' ESCAPED BY '\\'
@@ -85,9 +91,11 @@ PREHOOK: query: desc extended default__s
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: desc extended default__src_src_index_5__
 POSTHOOK: type: DESCTABLE
-key	string	default
-_bucketname	string	
-_offsets	array<bigint>	
+# col_name            	data_type           	comment             
+	 	 
+key                 	string              	default             
+_bucketname         	string              	                    
+_offsets            	array<bigint>       	                    
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: create index src_index_6 on table src(key) as 'compact' WITH DEFERRED REBUILD STORED AS RCFILE
@@ -99,9 +107,11 @@ PREHOOK: query: desc extended default__s
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: desc extended default__src_src_index_6__
 POSTHOOK: type: DESCTABLE
-key	string	default
-_bucketname	string	
-_offsets	array<bigint>	
+# col_name            	data_type           	comment             
+	 	 
+key                 	string              	default             
+_bucketname         	string              	                    
+_offsets            	array<bigint>       	                    
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: create index src_index_7 on table src(key) as 'compact' WITH DEFERRED REBUILD in table src_idx_src_index_7 STORED AS RCFILE
@@ -113,9 +123,11 @@ PREHOOK: query: desc extended src_idx_sr
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: desc extended src_idx_src_index_7
 POSTHOOK: type: DESCTABLE
-key	string	default
-_bucketname	string	
-_offsets	array<bigint>	
+# col_name            	data_type           	comment             
+	 	 
+key                 	string              	default             
+_bucketname         	string              	                    
+_offsets            	array<bigint>       	                    
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: create index src_index_8 on table src(key) as 'compact' WITH DEFERRED REBUILD IDXPROPERTIES ("prop1"="val1", "prop2"="val2")
@@ -127,9 +139,11 @@ PREHOOK: query: desc extended default__s
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: desc extended default__src_src_index_8__
 POSTHOOK: type: DESCTABLE
-key	string	default
-_bucketname	string	
-_offsets	array<bigint>	
+# col_name            	data_type           	comment             
+	 	 
+key                 	string              	default             
+_bucketname         	string              	                    
+_offsets            	array<bigint>       	                    
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: create index src_index_9 on table src(key) as 'compact' WITH DEFERRED REBUILD TBLPROPERTIES ("prop1"="val1", "prop2"="val2")
@@ -141,9 +155,11 @@ PREHOOK: query: desc extended default__s
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: desc extended default__src_src_index_9__
 POSTHOOK: type: DESCTABLE
-key	string	default
-_bucketname	string	
-_offsets	array<bigint>	
+# col_name            	data_type           	comment             
+	 	 
+key                 	string              	default             
+_bucketname         	string              	                    
+_offsets            	array<bigint>       	                    
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: create table `_t`(`_i` int, `_j` int)

Modified: hive/trunk/ql/src/test/results/clientpositive/inoutdriver.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/inoutdriver.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/inoutdriver.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/inoutdriver.q.out Fri Dec  7 17:22:32 2012
@@ -7,6 +7,8 @@ PREHOOK: query: desc extended test
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: desc extended test
 POSTHOOK: type: DESCTABLE
-a	int	
+# col_name            	data_type           	comment             
+	 	 
+a                   	int                 	None                
 	 	 
 #### A masked pattern was here ####

Modified: hive/trunk/ql/src/test/results/clientpositive/input1.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/input1.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/input1.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/input1.q.out Fri Dec  7 17:22:32 2012
@@ -31,5 +31,7 @@ PREHOOK: query: DESCRIBE TEST1
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE TEST1
 POSTHOOK: type: DESCTABLE
-a	int	
-b	double	
+# col_name            	data_type           	comment             
+	 	 
+a                   	int                 	None                
+b                   	double              	None                

Modified: hive/trunk/ql/src/test/results/clientpositive/input10.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/input10.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/input10.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/input10.q.out Fri Dec  7 17:22:32 2012
@@ -31,7 +31,15 @@ PREHOOK: query: DESCRIBE TEST10
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE TEST10
 POSTHOOK: type: DESCTABLE
-key	int	
-value	string	
-ds	string	
-hr	string	
+# col_name            	data_type           	comment             
+	 	 
+key                 	int                 	None                
+value               	string              	None                
+ds                  	string              	None                
+hr                  	string              	None                
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+ds                  	string              	None                
+hr                  	string              	None                

Modified: hive/trunk/ql/src/test/results/clientpositive/input15.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/input15.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/input15.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/input15.q.out Fri Dec  7 17:22:32 2012
@@ -33,5 +33,7 @@ PREHOOK: query: DESCRIBE TEST15
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE TEST15
 POSTHOOK: type: DESCTABLE
-key	int	
-value	string	
+# col_name            	data_type           	comment             
+	 	 
+key                 	int                 	None                
+value               	string              	None                

Modified: hive/trunk/ql/src/test/results/clientpositive/input2.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/input2.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/input2.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/input2.q.out Fri Dec  7 17:22:32 2012
@@ -7,14 +7,18 @@ PREHOOK: query: DESCRIBE TEST2a
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE TEST2a
 POSTHOOK: type: DESCTABLE
-a	int	
-b	double	
+# col_name            	data_type           	comment             
+	 	 
+a                   	int                 	None                
+b                   	double              	None                
 PREHOOK: query: DESC TEST2a
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESC TEST2a
 POSTHOOK: type: DESCTABLE
-a	int	
-b	double	
+# col_name            	data_type           	comment             
+	 	 
+a                   	int                 	None                
+b                   	double              	None                
 PREHOOK: query: CREATE TABLE TEST2b(A ARRAY<INT>, B DOUBLE, C MAP<DOUBLE, INT>) STORED AS TEXTFILE
 PREHOOK: type: CREATETABLE
 POSTHOOK: query: CREATE TABLE TEST2b(A ARRAY<INT>, B DOUBLE, C MAP<DOUBLE, INT>) STORED AS TEXTFILE
@@ -24,9 +28,11 @@ PREHOOK: query: DESCRIBE TEST2b
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE TEST2b
 POSTHOOK: type: DESCTABLE
-a	array<int>	
-b	double	
-c	map<double,int>	
+# col_name            	data_type           	comment             
+	 	 
+a                   	array<int>          	None                
+b                   	double              	None                
+c                   	map<double,int>     	None                
 PREHOOK: query: SHOW TABLES
 PREHOOK: type: SHOWTABLES
 POSTHOOK: query: SHOW TABLES

Modified: hive/trunk/ql/src/test/results/clientpositive/input3.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/input3.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/input3.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/input3.q.out Fri Dec  7 17:22:32 2012
@@ -7,8 +7,10 @@ PREHOOK: query: DESCRIBE TEST3a
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE TEST3a
 POSTHOOK: type: DESCTABLE
-a	int	
-b	double	
+# col_name            	data_type           	comment             
+	 	 
+a                   	int                 	None                
+b                   	double              	None                
 PREHOOK: query: CREATE TABLE TEST3b(A ARRAY<INT>, B DOUBLE, C MAP<DOUBLE, INT>) STORED AS TEXTFILE
 PREHOOK: type: CREATETABLE
 POSTHOOK: query: CREATE TABLE TEST3b(A ARRAY<INT>, B DOUBLE, C MAP<DOUBLE, INT>) STORED AS TEXTFILE
@@ -18,9 +20,11 @@ PREHOOK: query: DESCRIBE TEST3b
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE TEST3b
 POSTHOOK: type: DESCTABLE
-a	array<int>	
-b	double	
-c	map<double,int>	
+# col_name            	data_type           	comment             
+	 	 
+a                   	array<int>          	None                
+b                   	double              	None                
+c                   	map<double,int>     	None                
 PREHOOK: query: SHOW TABLES
 PREHOOK: type: SHOWTABLES
 POSTHOOK: query: SHOW TABLES
@@ -68,10 +72,12 @@ PREHOOK: query: DESCRIBE TEST3b
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE TEST3b
 POSTHOOK: type: DESCTABLE
-a	array<int>	
-b	double	
-c	map<double,int>	
-x	double	
+# col_name            	data_type           	comment             
+	 	 
+a                   	array<int>          	None                
+b                   	double              	None                
+c                   	map<double,int>     	None                
+x                   	double              	None                
 PREHOOK: query: EXPLAIN
 ALTER TABLE TEST3b RENAME TO TEST3c
 PREHOOK: type: ALTERTABLE_RENAME
@@ -106,10 +112,12 @@ PREHOOK: query: DESCRIBE TEST3c
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE TEST3c
 POSTHOOK: type: DESCTABLE
-a	array<int>	
-b	double	
-c	map<double,int>	
-x	double	
+# col_name            	data_type           	comment             
+	 	 
+a                   	array<int>          	None                
+b                   	double              	None                
+c                   	map<double,int>     	None                
+x                   	double              	None                
 PREHOOK: query: SHOW TABLES
 PREHOOK: type: SHOWTABLES
 POSTHOOK: query: SHOW TABLES
@@ -157,7 +165,9 @@ PREHOOK: query: DESCRIBE EXTENDED TEST3c
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE EXTENDED TEST3c
 POSTHOOK: type: DESCTABLE
-r1	int	
-r2	double	
+# col_name            	data_type           	comment             
+	 	 
+r1                  	int                 	None                
+r2                  	double              	None                
 	 	 
 #### A masked pattern was here ####

Modified: hive/trunk/ql/src/test/results/clientpositive/input_part10.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/input_part10.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/input_part10.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/input_part10.q.out Fri Dec  7 17:22:32 2012
@@ -107,10 +107,18 @@ POSTHOOK: query: DESCRIBE EXTENDED part_
 POSTHOOK: type: DESCTABLE
 POSTHOOK: Lineage: part_special PARTITION(ds=2008 04 08,ts=10:11:12=455).a SIMPLE []
 POSTHOOK: Lineage: part_special PARTITION(ds=2008 04 08,ts=10:11:12=455).b SIMPLE []
-a	string	
-b	string	
-ds	string	
-ts	string	
+# col_name            	data_type           	comment             
+	 	 
+a                   	string              	None                
+b                   	string              	None                
+ds                  	string              	None                
+ts                  	string              	None                
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+ds                  	string              	None                
+ts                  	string              	None                
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: SELECT * FROM part_special WHERE ds='2008 04 08' AND ts = '10:11:12=455'

Modified: hive/trunk/ql/src/test/results/clientpositive/inputddl2.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/inputddl2.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/inputddl2.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/inputddl2.q.out Fri Dec  7 17:22:32 2012
@@ -33,7 +33,15 @@ PREHOOK: query: DESCRIBE INPUTDDL2
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE INPUTDDL2
 POSTHOOK: type: DESCTABLE
-key	int	
-value	string	
-ds	string	
-country	string	
+# col_name            	data_type           	comment             
+	 	 
+key                 	int                 	None                
+value               	string              	None                
+ds                  	string              	None                
+country             	string              	None                
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+ds                  	string              	None                
+country             	string              	None                

Modified: hive/trunk/ql/src/test/results/clientpositive/inputddl3.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/inputddl3.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/inputddl3.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/inputddl3.q.out Fri Dec  7 17:22:32 2012
@@ -33,5 +33,7 @@ PREHOOK: query: DESCRIBE INPUTDDL3
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE INPUTDDL3
 POSTHOOK: type: DESCTABLE
-key	int	
-value	string	
+# col_name            	data_type           	comment             
+	 	 
+key                 	int                 	None                
+value               	string              	None                

Modified: hive/trunk/ql/src/test/results/clientpositive/inputddl4.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/inputddl4.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/inputddl4.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/inputddl4.q.out Fri Dec  7 17:22:32 2012
@@ -23,27 +23,43 @@ PREHOOK: query: DESCRIBE INPUTDDL4
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE INPUTDDL4
 POSTHOOK: type: DESCTABLE
-viewtime	string	
-userid	int	
-page_url	string	
-referrer_url	string	
-friends	array<bigint>	
-properties	map<string,string>	
-ip	string	IP Address of the User
-ds	string	
-country	string	
+# col_name            	data_type           	comment             
+	 	 
+viewtime            	string              	None                
+userid              	int                 	None                
+page_url            	string              	None                
+referrer_url        	string              	None                
+friends             	array<bigint>       	None                
+properties          	map<string,string>  	None                
+ip                  	string              	IP Address of the User
+ds                  	string              	None                
+country             	string              	None                
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+ds                  	string              	None                
+country             	string              	None                
 PREHOOK: query: DESCRIBE EXTENDED INPUTDDL4
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE EXTENDED INPUTDDL4
 POSTHOOK: type: DESCTABLE
-viewtime	string	
-userid	int	
-page_url	string	
-referrer_url	string	
-friends	array<bigint>	
-properties	map<string,string>	
-ip	string	IP Address of the User
-ds	string	
-country	string	
+# col_name            	data_type           	comment             
+	 	 
+viewtime            	string              	None                
+userid              	int                 	None                
+page_url            	string              	None                
+referrer_url        	string              	None                
+friends             	array<bigint>       	None                
+properties          	map<string,string>  	None                
+ip                  	string              	IP Address of the User
+ds                  	string              	None                
+country             	string              	None                
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+ds                  	string              	None                
+country             	string              	None                
 	 	 
 #### A masked pattern was here ####

Modified: hive/trunk/ql/src/test/results/clientpositive/inputddl5.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/inputddl5.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/inputddl5.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/inputddl5.q.out Fri Dec  7 17:22:32 2012
@@ -17,7 +17,9 @@ PREHOOK: query: DESCRIBE INPUTDDL5
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE INPUTDDL5
 POSTHOOK: type: DESCTABLE
-name	string	
+# col_name            	data_type           	comment             
+	 	 
+name                	string              	None                
 PREHOOK: query: SELECT INPUTDDL5.name from INPUTDDL5
 PREHOOK: type: QUERY
 PREHOOK: Input: default@inputddl5

Modified: hive/trunk/ql/src/test/results/clientpositive/inputddl6.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/inputddl6.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/inputddl6.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/inputddl6.q.out Fri Dec  7 17:22:32 2012
@@ -27,18 +27,32 @@ PREHOOK: query: DESCRIBE EXTENDED INPUTD
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE EXTENDED INPUTDDL6
 POSTHOOK: type: DESCTABLE
-key	string	
-value	string	
-ds	string	
+# col_name            	data_type           	comment             
+	 	 
+key                 	string              	None                
+value               	string              	None                
+ds                  	string              	None                
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+ds                  	string              	None                
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: DESCRIBE EXTENDED INPUTDDL6 PARTITION (ds='2008-04-08')
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE EXTENDED INPUTDDL6 PARTITION (ds='2008-04-08')
 POSTHOOK: type: DESCTABLE
-key	string	
-value	string	
-ds	string	
+# col_name            	data_type           	comment             
+	 	 
+key                 	string              	None                
+value               	string              	None                
+ds                  	string              	None                
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+ds                  	string              	None                
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: SHOW PARTITIONS INPUTDDL6

Modified: hive/trunk/ql/src/test/results/clientpositive/inputddl7.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/inputddl7.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/inputddl7.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/inputddl7.q.out Fri Dec  7 17:22:32 2012
@@ -92,29 +92,47 @@ PREHOOK: query: DESCRIBE EXTENDED T1
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE EXTENDED T1
 POSTHOOK: type: DESCTABLE
-name	string	
+# col_name            	data_type           	comment             
+	 	 
+name                	string              	None                
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: DESCRIBE EXTENDED T2
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE EXTENDED T2
 POSTHOOK: type: DESCTABLE
-name	string	
+# col_name            	data_type           	comment             
+	 	 
+name                	string              	None                
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: DESCRIBE EXTENDED T3 PARTITION (ds='2008-04-09')
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE EXTENDED T3 PARTITION (ds='2008-04-09')
 POSTHOOK: type: DESCTABLE
-name	string	
-ds	string	
+# col_name            	data_type           	comment             
+	 	 
+name                	string              	None                
+ds                  	string              	None                
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+ds                  	string              	None                
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: DESCRIBE EXTENDED T4 PARTITION (ds='2008-04-09')
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE EXTENDED T4 PARTITION (ds='2008-04-09')
 POSTHOOK: type: DESCTABLE
-name	string	
-ds	string	
+# col_name            	data_type           	comment             
+	 	 
+name                	string              	None                
+ds                  	string              	None                
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+ds                  	string              	None                
 	 	 
 #### A masked pattern was here ####

Modified: hive/trunk/ql/src/test/results/clientpositive/inputddl8.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/inputddl8.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/inputddl8.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/inputddl8.q.out Fri Dec  7 17:22:32 2012
@@ -19,13 +19,21 @@ PREHOOK: query: DESCRIBE EXTENDED INPUTD
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE EXTENDED INPUTDDL8
 POSTHOOK: type: DESCTABLE
-aint	int	from deserializer
-astring	string	from deserializer
-lint	array<int>	from deserializer
-lstring	array<string>	from deserializer
-lintstring	array<struct<myint:int,mystring:string,underscore_int:int>>	from deserializer
-mstringstring	map<string,string>	from deserializer
-ds	string	
-country	string	
+# col_name            	data_type           	comment             
+	 	 
+aint                	int                 	from deserializer   
+astring             	string              	from deserializer   
+lint                	array<int>          	from deserializer   
+lstring             	array<string>       	from deserializer   
+lintstring          	array<struct<myint:int,mystring:string,underscore_int:int>>	from deserializer   
+mstringstring       	map<string,string>  	from deserializer   
+ds                  	string              	None                
+country             	string              	None                
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+ds                  	string              	None                
+country             	string              	None                
 	 	 
 #### A masked pattern was here ####

Modified: hive/trunk/ql/src/test/results/clientpositive/join_thrift.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/join_thrift.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/join_thrift.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/join_thrift.q.out Fri Dec  7 17:22:32 2012
@@ -2,12 +2,14 @@ PREHOOK: query: DESCRIBE src_thrift
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: DESCRIBE src_thrift
 POSTHOOK: type: DESCTABLE
-aint	int	from deserializer
-astring	string	from deserializer
-lint	array<int>	from deserializer
-lstring	array<string>	from deserializer
-lintstring	array<struct<myint:int,mystring:string,underscore_int:int>>	from deserializer
-mstringstring	map<string,string>	from deserializer
+# col_name            	data_type           	comment             
+	 	 
+aint                	int                 	from deserializer   
+astring             	string              	from deserializer   
+lint                	array<int>          	from deserializer   
+lstring             	array<string>       	from deserializer   
+lintstring          	array<struct<myint:int,mystring:string,underscore_int:int>>	from deserializer   
+mstringstring       	map<string,string>  	from deserializer   
 PREHOOK: query: EXPLAIN
 SELECT s1.aint, s2.lintstring
 FROM src_thrift s1

Modified: hive/trunk/ql/src/test/results/clientpositive/load_dyn_part1.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/load_dyn_part1.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/load_dyn_part1.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/load_dyn_part1.q.out Fri Dec  7 17:22:32 2012
@@ -20,10 +20,18 @@ PREHOOK: query: describe extended nzhang
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended nzhang_part1
 POSTHOOK: type: DESCTABLE
-key	string	default
-value	string	default
-ds	string	
-hr	string	
+# col_name            	data_type           	comment             
+	 	 
+key                 	string              	default             
+value               	string              	default             
+ds                  	string              	None                
+hr                  	string              	None                
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+ds                  	string              	None                
+hr                  	string              	None                
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: explain

Modified: hive/trunk/ql/src/test/results/clientpositive/load_dyn_part10.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/load_dyn_part10.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/load_dyn_part10.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/load_dyn_part10.q.out Fri Dec  7 17:22:32 2012
@@ -15,10 +15,18 @@ PREHOOK: query: describe extended nzhang
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended nzhang_part10
 POSTHOOK: type: DESCTABLE
-key	string	default
-value	string	default
-ds	string	
-hr	string	
+# col_name            	data_type           	comment             
+	 	 
+key                 	string              	default             
+value               	string              	default             
+ds                  	string              	None                
+hr                  	string              	None                
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+ds                  	string              	None                
+hr                  	string              	None                
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: explain

Modified: hive/trunk/ql/src/test/results/clientpositive/load_dyn_part11.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/load_dyn_part11.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/load_dyn_part11.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/load_dyn_part11.q.out Fri Dec  7 17:22:32 2012
@@ -15,10 +15,18 @@ PREHOOK: query: describe extended nzhang
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended nzhang_part
 POSTHOOK: type: DESCTABLE
-key	string	default
-value	string	default
-ds	string	
-hr	string	
+# col_name            	data_type           	comment             
+	 	 
+key                 	string              	default             
+value               	string              	default             
+ds                  	string              	None                
+hr                  	string              	None                
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+ds                  	string              	None                
+hr                  	string              	None                
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: insert overwrite table nzhang_part partition (ds="2010-03-03", hr) select key, value, hr from srcpart where ds is not null and hr is not null

Modified: hive/trunk/ql/src/test/results/clientpositive/load_dyn_part12.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/load_dyn_part12.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/load_dyn_part12.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/load_dyn_part12.q.out Fri Dec  7 17:22:32 2012
@@ -15,10 +15,18 @@ PREHOOK: query: describe extended nzhang
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended nzhang_part12
 POSTHOOK: type: DESCTABLE
-key	string	default
-value	string	default
-ds	string	
-hr	string	
+# col_name            	data_type           	comment             
+	 	 
+key                 	string              	default             
+value               	string              	default             
+ds                  	string              	None                
+hr                  	string              	None                
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+ds                  	string              	None                
+hr                  	string              	None                
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: insert overwrite table nzhang_part12 partition (ds="2010-03-03", hr) select key, value, cast(hr*2 as int) from srcpart where ds is not null and hr is not null

Modified: hive/trunk/ql/src/test/results/clientpositive/load_dyn_part13.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/load_dyn_part13.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/load_dyn_part13.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/load_dyn_part13.q.out Fri Dec  7 17:22:32 2012
@@ -15,10 +15,18 @@ PREHOOK: query: describe extended nzhang
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended nzhang_part13
 POSTHOOK: type: DESCTABLE
-key	string	default
-value	string	default
-ds	string	
-hr	string	
+# col_name            	data_type           	comment             
+	 	 
+key                 	string              	default             
+value               	string              	default             
+ds                  	string              	None                
+hr                  	string              	None                
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+ds                  	string              	None                
+hr                  	string              	None                
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: explain

Modified: hive/trunk/ql/src/test/results/clientpositive/load_dyn_part14.q.out
URL: http://svn.apache.org/viewvc/hive/trunk/ql/src/test/results/clientpositive/load_dyn_part14.q.out?rev=1418405&r1=1418404&r2=1418405&view=diff
==============================================================================
--- hive/trunk/ql/src/test/results/clientpositive/load_dyn_part14.q.out (original)
+++ hive/trunk/ql/src/test/results/clientpositive/load_dyn_part14.q.out Fri Dec  7 17:22:32 2012
@@ -15,8 +15,15 @@ PREHOOK: query: describe extended nzhang
 PREHOOK: type: DESCTABLE
 POSTHOOK: query: describe extended nzhang_part14
 POSTHOOK: type: DESCTABLE
-key	string	
-value	string	
+# col_name            	data_type           	comment             
+	 	 
+key                 	string              	None                
+value               	string              	None                
+	 	 
+# Partition Information	 	 
+# col_name            	data_type           	comment             
+	 	 
+value               	string              	None                
 	 	 
 #### A masked pattern was here ####
 PREHOOK: query: explain