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 2012/08/14 07:52:38 UTC

[jira] [Commented] (HIVE-3315) Propagate filers on inner join condition transitively

    [ https://issues.apache.org/jira/browse/HIVE-3315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433918#comment-13433918 ] 

Namit Jain commented on HIVE-3315:
----------------------------------

comments on phabricator
                
> Propagate filers on inner join condition transitively 
> ------------------------------------------------------
>
>                 Key: HIVE-3315
>                 URL: https://issues.apache.org/jira/browse/HIVE-3315
>             Project: Hive
>          Issue Type: Improvement
>          Components: Query Processor
>    Affects Versions: 0.10.0
>            Reporter: Navis
>            Assignee: Navis
>            Priority: Minor
>         Attachments: HIVE-3315.1.patch.txt
>
>
> explain select src1.key from src src1 join src src2 on src1.key=src2.key and src1.key < 100;
> In this case, filter on join condition src1.key < 100 can be propagated transitively to src2 by src2.key < 100. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira