You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by pr...@apache.org on 2014/10/02 03:59:45 UTC

svn commit: r1628877 [5/5] - in /hive/branches/branch-0.14: common/src/java/org/apache/hadoop/hive/conf/ data/files/ itests/src/test/resources/ ql/src/java/org/apache/hadoop/hive/ql/exec/ ql/src/java/org/apache/hadoop/hive/ql/exec/mr/ ql/src/java/org/a...

Modified: hive/branches/branch-0.14/ql/src/test/results/clientpositive/tez/load_dyn_part3.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/ql/src/test/results/clientpositive/tez/load_dyn_part3.q.out?rev=1628877&r1=1628876&r2=1628877&view=diff
==============================================================================
--- hive/branches/branch-0.14/ql/src/test/results/clientpositive/tez/load_dyn_part3.q.out (original)
+++ hive/branches/branch-0.14/ql/src/test/results/clientpositive/tez/load_dyn_part3.q.out Thu Oct  2 01:59:44 2014
@@ -53,8 +53,6 @@ STAGE DEPENDENCIES:
 STAGE PLANS:
   Stage: Stage-1
     Tez
-      Edges:
-        Reducer 2 <- Map 1 (SIMPLE_EDGE)
 #### A masked pattern was here ####
       Vertices:
         Map 1 
@@ -66,24 +64,14 @@ STAGE PLANS:
                     expressions: key (type: string), value (type: string), ds (type: string), hr (type: string)
                     outputColumnNames: _col0, _col1, _col2, _col3
                     Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE
-                    Reduce Output Operator
-                      key expressions: _col2 (type: string), _col3 (type: string)
-                      sort order: ++
-                      Map-reduce partition columns: _col2 (type: string), _col3 (type: string)
+                    File Output Operator
+                      compressed: false
                       Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE
-                      value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string)
-        Reducer 2 
-            Reduce Operator Tree:
-              Extract
-                Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE
-                File Output Operator
-                  compressed: false
-                  Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE
-                  table:
-                      input format: org.apache.hadoop.mapred.TextInputFormat
-                      output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
-                      serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
-                      name: default.nzhang_part3
+                      table:
+                          input format: org.apache.hadoop.mapred.TextInputFormat
+                          output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
+                          serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
+                          name: default.nzhang_part3
 
   Stage: Stage-2
     Dependency Collection

Modified: hive/branches/branch-0.14/ql/src/test/results/clientpositive/tez/orc_analyze.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/ql/src/test/results/clientpositive/tez/orc_analyze.q.out?rev=1628877&r1=1628876&r2=1628877&view=diff
==============================================================================
--- hive/branches/branch-0.14/ql/src/test/results/clientpositive/tez/orc_analyze.q.out (original)
+++ hive/branches/branch-0.14/ql/src/test/results/clientpositive/tez/orc_analyze.q.out Thu Oct  2 01:59:44 2014
@@ -624,10 +624,10 @@ Protect Mode:       	None               
 #### A masked pattern was here ####
 Partition Parameters:	 	 
 	COLUMN_STATS_ACCURATE	true                
-	numFiles            	4                   
+	numFiles            	1                   
 	numRows             	50                  
-	rawDataSize         	21980               
-	totalSize           	4959                
+	rawDataSize         	21950               
+	totalSize           	2024                
 #### A masked pattern was here ####
 	 	 
 # Storage Information	 	 
@@ -669,10 +669,10 @@ Protect Mode:       	None               
 #### A masked pattern was here ####
 Partition Parameters:	 	 
 	COLUMN_STATS_ACCURATE	true                
-	numFiles            	4                   
+	numFiles            	1                   
 	numRows             	50                  
-	rawDataSize         	22048               
-	totalSize           	5044                
+	rawDataSize         	22050               
+	totalSize           	2043                
 #### A masked pattern was here ####
 	 	 
 # Storage Information	 	 
@@ -777,10 +777,10 @@ Protect Mode:       	None               
 #### A masked pattern was here ####
 Partition Parameters:	 	 
 	COLUMN_STATS_ACCURATE	true                
-	numFiles            	4                   
+	numFiles            	1                   
 	numRows             	50                  
-	rawDataSize         	21980               
-	totalSize           	4959                
+	rawDataSize         	21950               
+	totalSize           	2024                
 #### A masked pattern was here ####
 	 	 
 # Storage Information	 	 
@@ -822,10 +822,10 @@ Protect Mode:       	None               
 #### A masked pattern was here ####
 Partition Parameters:	 	 
 	COLUMN_STATS_ACCURATE	true                
-	numFiles            	4                   
+	numFiles            	1                   
 	numRows             	50                  
-	rawDataSize         	22048               
-	totalSize           	5044                
+	rawDataSize         	22050               
+	totalSize           	2043                
 #### A masked pattern was here ####
 	 	 
 # Storage Information	 	 

Modified: hive/branches/branch-0.14/ql/src/test/results/clientpositive/tez/orc_merge2.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/ql/src/test/results/clientpositive/tez/orc_merge2.q.out?rev=1628877&r1=1628876&r2=1628877&view=diff
==============================================================================
--- hive/branches/branch-0.14/ql/src/test/results/clientpositive/tez/orc_merge2.q.out (original)
+++ hive/branches/branch-0.14/ql/src/test/results/clientpositive/tez/orc_merge2.q.out Thu Oct  2 01:59:44 2014
@@ -33,8 +33,6 @@ STAGE DEPENDENCIES:
 STAGE PLANS:
   Stage: Stage-1
     Tez
-      Edges:
-        Reducer 2 <- Map 1 (SIMPLE_EDGE)
 #### A masked pattern was here ####
       Vertices:
         Map 1 
@@ -46,24 +44,14 @@ STAGE PLANS:
                     expressions: UDFToInteger(key) (type: int), value (type: string), (hash(key) pmod 10) (type: int), (hash(value) pmod 10) (type: int)
                     outputColumnNames: _col0, _col1, _col2, _col3
                     Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE
-                    Reduce Output Operator
-                      key expressions: _col2 (type: int), _col3 (type: int)
-                      sort order: ++
-                      Map-reduce partition columns: _col2 (type: int), _col3 (type: int)
+                    File Output Operator
+                      compressed: false
                       Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE
-                      value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: int), _col3 (type: int)
-        Reducer 2 
-            Reduce Operator Tree:
-              Extract
-                Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE
-                File Output Operator
-                  compressed: false
-                  Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE
-                  table:
-                      input format: org.apache.hadoop.hive.ql.io.orc.OrcInputFormat
-                      output format: org.apache.hadoop.hive.ql.io.orc.OrcOutputFormat
-                      serde: org.apache.hadoop.hive.ql.io.orc.OrcSerde
-                      name: default.orcfile_merge2a
+                      table:
+                          input format: org.apache.hadoop.hive.ql.io.orc.OrcInputFormat
+                          output format: org.apache.hadoop.hive.ql.io.orc.OrcOutputFormat
+                          serde: org.apache.hadoop.hive.ql.io.orc.OrcSerde
+                          name: default.orcfile_merge2a
 
   Stage: Stage-2
     Dependency Collection

Modified: hive/branches/branch-0.14/ql/src/test/results/clientpositive/tez/tez_dml.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/ql/src/test/results/clientpositive/tez/tez_dml.q.out?rev=1628877&r1=1628876&r2=1628877&view=diff
==============================================================================
--- hive/branches/branch-0.14/ql/src/test/results/clientpositive/tez/tez_dml.q.out (original)
+++ hive/branches/branch-0.14/ql/src/test/results/clientpositive/tez/tez_dml.q.out Thu Oct  2 01:59:44 2014
@@ -443,8 +443,6 @@ STAGE DEPENDENCIES:
 STAGE PLANS:
   Stage: Stage-1
     Tez
-      Edges:
-        Reducer 2 <- Map 1 (SIMPLE_EDGE)
 #### A masked pattern was here ####
       Vertices:
         Map 1 
@@ -456,24 +454,14 @@ STAGE PLANS:
                     expressions: value (type: string), cnt (type: bigint)
                     outputColumnNames: _col0, _col1
                     Statistics: Num rows: 309 Data size: 2718 Basic stats: COMPLETE Column stats: NONE
-                    Reduce Output Operator
-                      key expressions: _col1 (type: bigint)
-                      sort order: +
-                      Map-reduce partition columns: _col1 (type: bigint)
+                    File Output Operator
+                      compressed: false
                       Statistics: Num rows: 309 Data size: 2718 Basic stats: COMPLETE Column stats: NONE
-                      value expressions: _col0 (type: string), _col1 (type: bigint)
-        Reducer 2 
-            Reduce Operator Tree:
-              Extract
-                Statistics: Num rows: 309 Data size: 2718 Basic stats: COMPLETE Column stats: NONE
-                File Output Operator
-                  compressed: false
-                  Statistics: Num rows: 309 Data size: 2718 Basic stats: COMPLETE Column stats: NONE
-                  table:
-                      input format: org.apache.hadoop.mapred.TextInputFormat
-                      output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
-                      serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
-                      name: default.tmp_src_part
+                      table:
+                          input format: org.apache.hadoop.mapred.TextInputFormat
+                          output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
+                          serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
+                          name: default.tmp_src_part
 
   Stage: Stage-2
     Dependency Collection
@@ -529,314 +517,314 @@ POSTHOOK: Input: default@tmp_src_part@d=
 POSTHOOK: Input: default@tmp_src_part@d=5
 #### A masked pattern was here ####
 val_490	1
-val_289	1
-val_291	1
-val_292	1
-val_296	1
-val_180	1
-val_30	1
-val_302	1
-val_305	1
-val_306	1
-val_491	1
-val_308	1
-val_96	1
-val_310	1
-val_178	1
-val_315	1
-val_177	1
-val_493	1
-val_170	1
-val_494	1
-val_495	1
-val_323	1
-val_496	1
-val_17	1
-val_33	1
-val_497	1
-val_332	1
-val_111	1
-val_335	1
-val_336	1
-val_338	1
-val_339	1
-val_34	1
-val_341	1
-val_11	1
-val_85	1
-val_345	1
-val_168	1
-val_166	1
-val_351	1
-val_53	1
-val_356	1
-val_360	1
-val_362	1
-val_364	1
-val_365	1
-val_366	1
-val_54	1
-val_368	1
-val_163	1
-val_57	1
-val_373	1
-val_374	1
-val_375	1
-val_377	1
-val_378	1
-val_379	1
-val_86	1
-val_162	1
-val_386	1
-val_389	1
-val_392	1
-val_393	1
-val_394	1
-val_64	1
-val_160	1
-val_65	1
-val_66	1
-val_4	1
-val_400	1
-val_158	1
-val_402	1
-val_157	1
-val_87	1
-val_156	1
-val_407	1
-val_155	1
-val_41	1
-val_411	1
-val_69	1
-val_105	1
-val_153	1
-val_418	1
-val_419	1
-val_9	1
-val_421	1
-val_74	1
-val_427	1
-val_10	1
-val_43	1
-val_150	1
-val_145	1
-val_432	1
-val_435	1
-val_436	1
-val_437	1
-val_143	1
-val_77	1
-val_44	1
-val_443	1
-val_444	1
-val_446	1
-val_448	1
-val_192	1
-val_190	1
-val_194	1
-val_449	1
-val_196	1
-val_452	1
-val_19	1
-val_2	1
-val_20	1
-val_453	1
-val_201	1
-val_202	1
-val_136	1
-val_455	1
-val_457	1
-val_189	1
-val_78	1
-val_8	1
-val_214	1
-val_460	1
-val_80	1
-val_218	1
-val_82	1
-val_133	1
-val_222	1
-val_467	1
-val_131	1
-val_226	1
-val_228	1
-val_126	1
-val_186	1
-val_47	1
-val_235	1
-val_470	1
-val_472	1
-val_475	1
-val_477	1
-val_241	1
-val_92	1
-val_244	1
-val_247	1
-val_248	1
-val_249	1
-val_252	1
-val_479	1
-val_116	1
-val_257	1
-val_258	1
-val_481	1
-val_260	1
-val_262	1
-val_263	1
-val_482	1
-val_266	1
-val_27	1
-val_483	1
-val_183	1
-val_274	1
-val_275	1
-val_181	1
-val_484	1
-val_28	1
-val_485	1
-val_487	1
-val_114	1
-val_283	1
-val_284	1
-val_285	1
-val_286	1
 val_287	1
-val_84	2
-val_95	2
-val_97	2
-val_98	2
-val_100	2
-val_103	2
-val_104	2
-val_113	2
-val_118	2
-val_12	2
-val_120	2
-val_125	2
-val_129	2
-val_134	2
-val_137	2
-val_146	2
-val_149	2
-val_15	2
-val_152	2
-val_164	2
-val_165	2
-val_172	2
-val_174	2
-val_175	2
-val_176	2
-val_179	2
-val_18	2
-val_191	2
-val_195	2
-val_197	2
-val_200	2
-val_203	2
-val_205	2
-val_207	2
-val_209	2
-val_213	2
-val_216	2
-val_217	2
-val_219	2
-val_221	2
-val_223	2
-val_224	2
-val_229	2
-val_233	2
-val_237	2
-val_238	2
-val_239	2
-val_24	2
-val_242	2
-val_255	2
-val_256	2
-val_26	2
-val_265	2
-val_272	2
-val_278	2
-val_280	2
-val_281	2
-val_282	2
-val_288	2
-val_307	2
-val_309	2
-val_317	2
-val_321	2
-val_322	2
-val_325	2
-val_331	2
-val_333	2
-val_342	2
-val_344	2
-val_353	2
-val_367	2
-val_37	2
-val_382	2
-val_395	2
-val_397	2
-val_399	2
-val_404	2
-val_413	2
-val_414	2
-val_42	2
-val_424	2
-val_429	2
-val_439	2
-val_458	2
-val_459	2
-val_462	2
-val_463	2
-val_478	2
-val_492	2
-val_51	2
-val_58	2
-val_67	2
-val_72	2
-val_76	2
+val_286	1
+val_285	1
+val_284	1
+val_283	1
+val_114	1
+val_487	1
+val_485	1
+val_28	1
+val_484	1
+val_181	1
+val_275	1
+val_274	1
+val_183	1
+val_483	1
+val_27	1
+val_266	1
+val_482	1
+val_263	1
+val_262	1
+val_260	1
+val_481	1
+val_258	1
+val_257	1
+val_116	1
+val_479	1
+val_252	1
+val_249	1
+val_248	1
+val_247	1
+val_244	1
+val_92	1
+val_241	1
+val_477	1
+val_475	1
+val_472	1
+val_470	1
+val_235	1
+val_47	1
+val_186	1
+val_126	1
+val_228	1
+val_226	1
+val_131	1
+val_467	1
+val_222	1
+val_133	1
+val_82	1
+val_218	1
+val_80	1
+val_460	1
+val_214	1
+val_8	1
+val_78	1
+val_189	1
+val_457	1
+val_455	1
+val_136	1
+val_202	1
+val_201	1
+val_453	1
+val_20	1
+val_2	1
+val_19	1
+val_452	1
+val_196	1
+val_449	1
+val_194	1
+val_190	1
+val_192	1
+val_448	1
+val_446	1
+val_444	1
+val_443	1
+val_44	1
+val_77	1
+val_143	1
+val_437	1
+val_436	1
+val_435	1
+val_432	1
+val_145	1
+val_150	1
+val_43	1
+val_10	1
+val_427	1
+val_74	1
+val_421	1
+val_9	1
+val_419	1
+val_418	1
+val_153	1
+val_105	1
+val_69	1
+val_411	1
+val_41	1
+val_155	1
+val_407	1
+val_156	1
+val_87	1
+val_157	1
+val_402	1
+val_158	1
+val_400	1
+val_4	1
+val_66	1
+val_65	1
+val_160	1
+val_64	1
+val_394	1
+val_393	1
+val_392	1
+val_389	1
+val_386	1
+val_162	1
+val_86	1
+val_379	1
+val_378	1
+val_377	1
+val_375	1
+val_374	1
+val_373	1
+val_57	1
+val_163	1
+val_368	1
+val_54	1
+val_366	1
+val_365	1
+val_364	1
+val_362	1
+val_360	1
+val_356	1
+val_53	1
+val_351	1
+val_166	1
+val_168	1
+val_345	1
+val_85	1
+val_11	1
+val_341	1
+val_34	1
+val_339	1
+val_338	1
+val_336	1
+val_335	1
+val_111	1
+val_332	1
+val_497	1
+val_33	1
+val_17	1
+val_496	1
+val_323	1
+val_495	1
+val_494	1
+val_170	1
+val_493	1
+val_177	1
+val_315	1
+val_178	1
+val_310	1
+val_96	1
+val_308	1
+val_491	1
+val_306	1
+val_305	1
+val_302	1
+val_30	1
+val_180	1
+val_296	1
+val_292	1
+val_291	1
+val_289	1
+val_98	2
+val_97	2
+val_95	2
+val_84	2
 val_83	2
-val_396	3
-val_384	3
-val_369	3
+val_76	2
+val_72	2
+val_67	2
+val_58	2
+val_51	2
+val_492	2
+val_478	2
+val_463	2
+val_462	2
+val_459	2
+val_458	2
+val_439	2
+val_429	2
+val_424	2
+val_42	2
+val_414	2
+val_413	2
+val_404	2
+val_399	2
+val_397	2
+val_395	2
+val_382	2
+val_37	2
+val_367	2
+val_353	2
+val_344	2
+val_342	2
+val_333	2
+val_331	2
+val_325	2
+val_322	2
+val_321	2
+val_317	2
+val_309	2
+val_307	2
+val_288	2
+val_282	2
+val_281	2
+val_280	2
+val_278	2
+val_272	2
+val_265	2
+val_26	2
+val_256	2
+val_255	2
+val_242	2
+val_24	2
+val_239	2
+val_238	2
+val_237	2
+val_233	2
+val_229	2
+val_224	2
+val_223	2
+val_221	2
+val_219	2
+val_217	2
+val_216	2
+val_213	2
+val_209	2
+val_207	2
+val_205	2
+val_203	2
+val_200	2
+val_197	2
+val_195	2
+val_191	2
+val_18	2
+val_179	2
+val_176	2
+val_175	2
+val_174	2
+val_172	2
+val_165	2
+val_164	2
+val_152	2
+val_15	2
+val_149	2
+val_146	2
+val_137	2
+val_134	2
+val_129	2
+val_125	2
+val_120	2
+val_12	2
+val_118	2
+val_113	2
+val_104	2
+val_103	2
+val_100	2
 val_498	3
-val_35	3
-val_167	3
-val_327	3
-val_318	3
-val_128	3
-val_90	3
-val_466	3
-val_316	3
-val_311	3
-val_454	3
-val_298	3
-val_273	3
-val_187	3
-val_208	3
-val_199	3
-val_193	3
-val_480	3
-val_438	3
-val_431	3
-val_0	3
-val_119	3
-val_70	3
-val_430	3
-val_5	3
-val_417	3
-val_409	3
+val_369	3
+val_384	3
+val_396	3
 val_403	3
-val_406	4
-val_489	4
+val_409	3
+val_417	3
+val_5	3
+val_430	3
+val_70	3
+val_119	3
+val_0	3
+val_431	3
+val_438	3
+val_480	3
+val_193	3
+val_199	3
+val_208	3
+val_187	3
+val_273	3
+val_298	3
+val_454	3
+val_311	3
+val_316	3
+val_466	3
+val_90	3
+val_128	3
+val_318	3
+val_327	3
+val_167	3
+val_35	3
 val_468	4
-val_277	4
-val_138	4
+val_489	4
+val_406	4
 val_169	4
-val_348	5
-val_230	5
-val_401	5
+val_138	4
+val_277	4
 val_469	5
+val_401	5
+val_230	5
+val_348	5
 PREHOOK: query: -- multi insert
 CREATE TABLE even (c int, d string)
 PREHOOK: type: CREATETABLE

Modified: hive/branches/branch-0.14/ql/src/test/results/clientpositive/tez/update_all_partitioned.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/ql/src/test/results/clientpositive/tez/update_all_partitioned.q.out?rev=1628877&r1=1628876&r2=1628877&view=diff
==============================================================================
--- hive/branches/branch-0.14/ql/src/test/results/clientpositive/tez/update_all_partitioned.q.out (original)
+++ hive/branches/branch-0.14/ql/src/test/results/clientpositive/tez/update_all_partitioned.q.out Thu Oct  2 01:59:44 2014
@@ -85,15 +85,21 @@ POSTHOOK: Input: default@acid_uap@ds=tod
 POSTHOOK: Input: default@acid_uap@ds=tomorrow
 #### A masked pattern was here ####
 -1073279343	fred	today
+-1073279343	oj1YrV5Wa	today
 -1073051226	fred	today
 -1072910839	fred	today
+-1072081801	dPkN74F7	today
 -1072081801	fred	today
 -1072076362	fred	today
 -1071480828	fred	today
+-1071363017	Anj0oF	today
 -1071363017	fred	today
+-1070883071	0ruyd6Y50JpdGRf6HqD	today
 -1070883071	fred	today
 -1070551679	fred	today
+-1070551679	iUR3Q	today
 -1069736047	fred	today
+-1069736047	k17Am8uPHWk02cEf1jet	today
 762	fred	tomorrow
 762	fred	tomorrow
 762	fred	tomorrow

Modified: hive/branches/branch-0.14/ql/src/test/results/clientpositive/union10.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/ql/src/test/results/clientpositive/union10.q.out?rev=1628877&r1=1628876&r2=1628877&view=diff
==============================================================================
--- hive/branches/branch-0.14/ql/src/test/results/clientpositive/union10.q.out (original)
+++ hive/branches/branch-0.14/ql/src/test/results/clientpositive/union10.q.out Thu Oct  2 01:59:44 2014
@@ -83,10 +83,10 @@ STAGE PLANS:
               Select Operator
                 expressions: _col0 (type: string), UDFToInteger(_col1) (type: int)
                 outputColumnNames: _col0, _col1
-                Statistics: Num rows: 3 Data size: 288 Basic stats: COMPLETE Column stats: COMPLETE
+                Statistics: Num rows: 3 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE
                 File Output Operator
                   compressed: false
-                  Statistics: Num rows: 3 Data size: 288 Basic stats: COMPLETE Column stats: COMPLETE
+                  Statistics: Num rows: 3 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE
                   table:
                       input format: org.apache.hadoop.mapred.TextInputFormat
                       output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -98,10 +98,10 @@ STAGE PLANS:
               Select Operator
                 expressions: _col0 (type: string), UDFToInteger(_col1) (type: int)
                 outputColumnNames: _col0, _col1
-                Statistics: Num rows: 3 Data size: 288 Basic stats: COMPLETE Column stats: COMPLETE
+                Statistics: Num rows: 3 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE
                 File Output Operator
                   compressed: false
-                  Statistics: Num rows: 3 Data size: 288 Basic stats: COMPLETE Column stats: COMPLETE
+                  Statistics: Num rows: 3 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE
                   table:
                       input format: org.apache.hadoop.mapred.TextInputFormat
                       output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -113,10 +113,10 @@ STAGE PLANS:
               Select Operator
                 expressions: _col0 (type: string), UDFToInteger(_col1) (type: int)
                 outputColumnNames: _col0, _col1
-                Statistics: Num rows: 3 Data size: 288 Basic stats: COMPLETE Column stats: COMPLETE
+                Statistics: Num rows: 3 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE
                 File Output Operator
                   compressed: false
-                  Statistics: Num rows: 3 Data size: 288 Basic stats: COMPLETE Column stats: COMPLETE
+                  Statistics: Num rows: 3 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE
                   table:
                       input format: org.apache.hadoop.mapred.TextInputFormat
                       output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat

Modified: hive/branches/branch-0.14/ql/src/test/results/clientpositive/union12.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/ql/src/test/results/clientpositive/union12.q.out?rev=1628877&r1=1628876&r2=1628877&view=diff
==============================================================================
--- hive/branches/branch-0.14/ql/src/test/results/clientpositive/union12.q.out (original)
+++ hive/branches/branch-0.14/ql/src/test/results/clientpositive/union12.q.out Thu Oct  2 01:59:44 2014
@@ -83,10 +83,10 @@ STAGE PLANS:
               Select Operator
                 expressions: _col0 (type: string), UDFToInteger(_col1) (type: int)
                 outputColumnNames: _col0, _col1
-                Statistics: Num rows: 3 Data size: 288 Basic stats: COMPLETE Column stats: COMPLETE
+                Statistics: Num rows: 3 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE
                 File Output Operator
                   compressed: false
-                  Statistics: Num rows: 3 Data size: 288 Basic stats: COMPLETE Column stats: COMPLETE
+                  Statistics: Num rows: 3 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE
                   table:
                       input format: org.apache.hadoop.mapred.TextInputFormat
                       output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -98,10 +98,10 @@ STAGE PLANS:
               Select Operator
                 expressions: _col0 (type: string), UDFToInteger(_col1) (type: int)
                 outputColumnNames: _col0, _col1
-                Statistics: Num rows: 3 Data size: 288 Basic stats: COMPLETE Column stats: COMPLETE
+                Statistics: Num rows: 3 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE
                 File Output Operator
                   compressed: false
-                  Statistics: Num rows: 3 Data size: 288 Basic stats: COMPLETE Column stats: COMPLETE
+                  Statistics: Num rows: 3 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE
                   table:
                       input format: org.apache.hadoop.mapred.TextInputFormat
                       output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -113,10 +113,10 @@ STAGE PLANS:
               Select Operator
                 expressions: _col0 (type: string), UDFToInteger(_col1) (type: int)
                 outputColumnNames: _col0, _col1
-                Statistics: Num rows: 3 Data size: 288 Basic stats: COMPLETE Column stats: COMPLETE
+                Statistics: Num rows: 3 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE
                 File Output Operator
                   compressed: false
-                  Statistics: Num rows: 3 Data size: 288 Basic stats: COMPLETE Column stats: COMPLETE
+                  Statistics: Num rows: 3 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE
                   table:
                       input format: org.apache.hadoop.mapred.TextInputFormat
                       output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat

Modified: hive/branches/branch-0.14/ql/src/test/results/clientpositive/union4.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/ql/src/test/results/clientpositive/union4.q.out?rev=1628877&r1=1628876&r2=1628877&view=diff
==============================================================================
--- hive/branches/branch-0.14/ql/src/test/results/clientpositive/union4.q.out (original)
+++ hive/branches/branch-0.14/ql/src/test/results/clientpositive/union4.q.out Thu Oct  2 01:59:44 2014
@@ -80,10 +80,10 @@ STAGE PLANS:
               Select Operator
                 expressions: _col0 (type: string), UDFToInteger(_col1) (type: int)
                 outputColumnNames: _col0, _col1
-                Statistics: Num rows: 2 Data size: 192 Basic stats: COMPLETE Column stats: COMPLETE
+                Statistics: Num rows: 2 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE
                 File Output Operator
                   compressed: false
-                  Statistics: Num rows: 2 Data size: 192 Basic stats: COMPLETE Column stats: COMPLETE
+                  Statistics: Num rows: 2 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE
                   table:
                       input format: org.apache.hadoop.mapred.TextInputFormat
                       output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
@@ -95,10 +95,10 @@ STAGE PLANS:
               Select Operator
                 expressions: _col0 (type: string), UDFToInteger(_col1) (type: int)
                 outputColumnNames: _col0, _col1
-                Statistics: Num rows: 2 Data size: 192 Basic stats: COMPLETE Column stats: COMPLETE
+                Statistics: Num rows: 2 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE
                 File Output Operator
                   compressed: false
-                  Statistics: Num rows: 2 Data size: 192 Basic stats: COMPLETE Column stats: COMPLETE
+                  Statistics: Num rows: 2 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE
                   table:
                       input format: org.apache.hadoop.mapred.TextInputFormat
                       output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat

Modified: hive/branches/branch-0.14/ql/src/test/results/clientpositive/union_remove_17.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/ql/src/test/results/clientpositive/union_remove_17.q.out?rev=1628877&r1=1628876&r2=1628877&view=diff
==============================================================================
--- hive/branches/branch-0.14/ql/src/test/results/clientpositive/union_remove_17.q.out (original)
+++ hive/branches/branch-0.14/ql/src/test/results/clientpositive/union_remove_17.q.out Thu Oct  2 01:59:44 2014
@@ -81,12 +81,14 @@ STAGE PLANS:
                   expressions: _col0 (type: string), UDFToLong(_col1) (type: bigint), _col2 (type: string)
                   outputColumnNames: _col0, _col1, _col2
                   Statistics: Num rows: 0 Data size: 60 Basic stats: PARTIAL Column stats: NONE
-                  Reduce Output Operator
-                    key expressions: _col2 (type: string)
-                    sort order: +
-                    Map-reduce partition columns: _col2 (type: string)
+                  File Output Operator
+                    compressed: false
                     Statistics: Num rows: 0 Data size: 60 Basic stats: PARTIAL Column stats: NONE
-                    value expressions: _col0 (type: string), _col1 (type: bigint), _col2 (type: string)
+                    table:
+                        input format: org.apache.hadoop.hive.ql.io.RCFileInputFormat
+                        output format: org.apache.hadoop.hive.ql.io.RCFileOutputFormat
+                        serde: org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe
+                        name: default.outputtbl1
           TableScan
             alias: inputtbl1
             Statistics: Num rows: 0 Data size: 30 Basic stats: PARTIAL Column stats: NONE
@@ -100,23 +102,14 @@ STAGE PLANS:
                   expressions: _col0 (type: string), UDFToLong(_col1) (type: bigint), _col2 (type: string)
                   outputColumnNames: _col0, _col1, _col2
                   Statistics: Num rows: 0 Data size: 60 Basic stats: PARTIAL Column stats: NONE
-                  Reduce Output Operator
-                    key expressions: _col2 (type: string)
-                    sort order: +
-                    Map-reduce partition columns: _col2 (type: string)
+                  File Output Operator
+                    compressed: false
                     Statistics: Num rows: 0 Data size: 60 Basic stats: PARTIAL Column stats: NONE
-                    value expressions: _col0 (type: string), _col1 (type: bigint), _col2 (type: string)
-      Reduce Operator Tree:
-        Extract
-          Statistics: Num rows: 0 Data size: 60 Basic stats: PARTIAL Column stats: NONE
-          File Output Operator
-            compressed: false
-            Statistics: Num rows: 0 Data size: 60 Basic stats: PARTIAL Column stats: NONE
-            table:
-                input format: org.apache.hadoop.hive.ql.io.RCFileInputFormat
-                output format: org.apache.hadoop.hive.ql.io.RCFileOutputFormat
-                serde: org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe
-                name: default.outputtbl1
+                    table:
+                        input format: org.apache.hadoop.hive.ql.io.RCFileInputFormat
+                        output format: org.apache.hadoop.hive.ql.io.RCFileOutputFormat
+                        serde: org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe
+                        name: default.outputtbl1
 
   Stage: Stage-0
     Move Operator

Modified: hive/branches/branch-0.14/ql/src/test/results/clientpositive/update_all_partitioned.q.out
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/ql/src/test/results/clientpositive/update_all_partitioned.q.out?rev=1628877&r1=1628876&r2=1628877&view=diff
==============================================================================
--- hive/branches/branch-0.14/ql/src/test/results/clientpositive/update_all_partitioned.q.out (original)
+++ hive/branches/branch-0.14/ql/src/test/results/clientpositive/update_all_partitioned.q.out Thu Oct  2 01:59:44 2014
@@ -85,15 +85,21 @@ POSTHOOK: Input: default@acid_uap@ds=tod
 POSTHOOK: Input: default@acid_uap@ds=tomorrow
 #### A masked pattern was here ####
 -1073279343	fred	today
+-1073279343	oj1YrV5Wa	today
 -1073051226	fred	today
 -1072910839	fred	today
+-1072081801	dPkN74F7	today
 -1072081801	fred	today
 -1072076362	fred	today
 -1071480828	fred	today
+-1071363017	Anj0oF	today
 -1071363017	fred	today
+-1070883071	0ruyd6Y50JpdGRf6HqD	today
 -1070883071	fred	today
 -1070551679	fred	today
+-1070551679	iUR3Q	today
 -1069736047	fred	today
+-1069736047	k17Am8uPHWk02cEf1jet	today
 762	fred	tomorrow
 762	fred	tomorrow
 762	fred	tomorrow