From c92fd9f1876b811ecc138a3c5d32d0d97f0dcbb1 Mon Sep 17 00:00:00 2001 From: Ashutosh Chauhan Date: Tue, 24 May 2016 15:31:33 -0700 Subject: [PATCH] HIVE-13835 : TestMiniTezCliDriver.vector_complex_all.q needs golden file update --- ql/src/test/results/clientpositive/tez/vector_complex_all.q.out | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 1.7.12.4 (Apple Git-37)