[
https://issues.apache.org/jira/browse/HIVE-838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Namit Jain updated HIVE-838:
----------------------------
Status: Patch Available (was: Open)
> in strict mode, no partition selected error
> -------------------------------------------
>
> Key: HIVE-838
> URL: https://issues.apache.org/jira/browse/HIVE-838
> Project: Hadoop Hive
> Issue Type: Bug
> Components: Query Processor
> Reporter: Namit Jain
> Assignee: Namit Jain
> Attachments: hive.838.1.patch
>
>
> 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;
> Is it a blocker for 0.4 ?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.