Repository: hive
Updated Branches:
  refs/heads/master 925f19552 -> 5d5aeb6c9


HIVE-14501: MiniTez test for union_type_chk.q is slow (Prasanth Jayachandran 
reviewed by Siddharth Seth)


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

Branch: refs/heads/master
Commit: 5d5aeb6c97b2202e9d5bbd30860eff4028fc0cdf
Parents: 925f195
Author: Prasanth Jayachandran <prasan...@apache.org>
Authored: Wed Aug 10 11:47:40 2016 -0700
Committer: Prasanth Jayachandran <prasan...@apache.org>
Committed: Wed Aug 10 11:47:40 2016 -0700

----------------------------------------------------------------------
 ql/src/test/queries/clientpositive/union_type_chk.q | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/5d5aeb6c/ql/src/test/queries/clientpositive/union_type_chk.q
----------------------------------------------------------------------
diff --git a/ql/src/test/queries/clientpositive/union_type_chk.q 
b/ql/src/test/queries/clientpositive/union_type_chk.q
index 3b7b478..a25aeda 100644
--- a/ql/src/test/queries/clientpositive/union_type_chk.q
+++ b/ql/src/test/queries/clientpositive/union_type_chk.q
@@ -1,6 +1,5 @@
 set hive.mapred.mode=nonstrict;
 set hive.cbo.enable=false;
-set hive.execution.engine=mr;
 set hive.mapred.mode=nonstrict;
 
 select (x/sum(x) over())  as y from(select cast(1 as decimal(10,0))  as x from 
(select * from src limit 2)s1 union all select cast(1 as decimal(10,0)) x from 
(select * from src limit 2) s2 union all select '100000000' x from (select * 
from src limit 2) s3)u order by y;

Reply via email to