You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Namit Jain (JIRA)" <ji...@apache.org> on 2008/12/03 23:31:44 UTC

[jira] Resolved: (HIVE-10) [Hive] filter is executed after the join

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

Namit Jain resolved HIVE-10.
----------------------------

    Resolution: Fixed

Was fixed as part of the big merge.

Currently, we don't support general predicate push up However, if the predicate is present in the ON clause of the join, it is pushed up to the map stage

> [Hive] filter is executed after the join
> ----------------------------------------
>
>                 Key: HIVE-10
>                 URL: https://issues.apache.org/jira/browse/HIVE-10
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>
> Filter is not pushed above the join in Hive currently. This can be pretty expensive if the filter is highly selective.

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