You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Ashish Thusoo (JIRA)" <ji...@apache.org> on 2008/10/21 20:49:44 UTC

[jira] Resolved: (HADOOP-4342) [hive] bug in partition pruning

     [ https://issues.apache.org/jira/browse/HADOOP-4342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Thusoo resolved HADOOP-4342.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.19.1

Fixed as part of JIRA-4230

> [hive] bug in partition pruning
> -------------------------------
>
>                 Key: HADOOP-4342
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4342
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>             Fix For: 0.19.1
>
>
> The following test is not working:
> FROM srcpart
> INSERT OVERWRITE TABLE dest1 SELECT srcpart.key, srcpart.value, srcpart.hr, srcpart.ds WHERE srcpart.key < 100 and srcpart.ds = '2008-04-08' and srcpart.hr = '12'
> INSERT OVERWRITE TABLE dest2 SELECT srcpart.key, srcpart.value, srcpart.hr, srcpart.ds WHERE srcpart.key < 100 and srcpart.ds = '2008-04-09' and srcpart.hr = '12';
> if the partitions are different. It seems that all the partitions are pruned if they are different.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.