You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by sp...@apache.org on 2016/05/26 15:40:45 UTC

[23/66] [abbrv] hive git commit: HIVE-13835 : TestMiniTezCliDriver.vector_complex_all.q needs golden file update

HIVE-13835 : TestMiniTezCliDriver.vector_complex_all.q needs golden file update


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/4c5ca8bd
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/4c5ca8bd
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/4c5ca8bd

Branch: refs/heads/java8
Commit: 4c5ca8bd6705ee3e353cabef11cb2dd9c3df3283
Parents: 2d10398
Author: Ashutosh Chauhan <ha...@apache.org>
Authored: Tue May 24 15:31:33 2016 -0700
Committer: Ashutosh Chauhan <ha...@apache.org>
Committed: Tue May 24 23:19:50 2016 -0700

----------------------------------------------------------------------
 .../test/results/clientpositive/tez/vector_complex_all.q.out   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/4c5ca8bd/ql/src/test/results/clientpositive/tez/vector_complex_all.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/clientpositive/tez/vector_complex_all.q.out b/ql/src/test/results/clientpositive/tez/vector_complex_all.q.out
index 1d59a3d..04ff49f 100644
--- a/ql/src/test/results/clientpositive/tez/vector_complex_all.q.out
+++ b/ql/src/test/results/clientpositive/tez/vector_complex_all.q.out
@@ -111,9 +111,9 @@ POSTHOOK: type: QUERY
 POSTHOOK: Input: default@orc_create_complex
 #### A masked pattern was here ####
 orc_create_complex.str	orc_create_complex.mp	orc_create_complex.lst	orc_create_complex.strct
-line1	{"key11":"value11","key12":"value12","key13":"value13"}	["a","b","c"]	{"a":"one","b":"two"}
-line2	{"key21":"value21","key22":"value22","key23":"value23"}	["d","e","f"]	{"a":"three","b":"four"}
-line3	{"key31":"value31","key32":"value32","key33":"value33"}	["g","h","i"]	{"a":"five","b":"six"}
+line1	{"key13":"value13","key12":"value12","key11":"value11"}	["a","b","c"]	{"a":"one","b":"two"}
+line2	{"key21":"value21","key23":"value23","key22":"value22"}	["d","e","f"]	{"a":"three","b":"four"}
+line3	{"key33":"value33","key31":"value31","key32":"value32"}	["g","h","i"]	{"a":"five","b":"six"}
 PREHOOK: query: -- However, since this query is not referencing the complex fields, it should vectorize.
 EXPLAIN
 SELECT COUNT(*) FROM orc_create_complex