input41.q should fail
---------------------
Key: HIVE-927
URL: https://issues.apache.org/jira/browse/HIVE-927
Project: Hadoop Hive
Issue Type: Bug
Components: Query Processor
Reporter: Namit Jain
Fix For: 0.5.0
input41.q:
set hive.mapred.mode=strict;
select * from
(select count(1) from src
union all
select count(1) from srcpart where ds = '2009-08-09'
)x;
select * from
(select * from src
union all
select * from srcpart where ds = '2009-08-09'
)x;
The above test should fail - but it succeeds
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.