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

Ashish Thusoo updated HIVE-578:
-------------------------------

    Attachment: patch-578_2.txt

New patch with tests and changes.


> Refactor partition pruning code as an optimizer transformation
> --------------------------------------------------------------
>
>                 Key: HIVE-578
>                 URL: https://issues.apache.org/jira/browse/HIVE-578
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>    Affects Versions: 0.3.0
>            Reporter: Ashish Thusoo
>            Assignee: Ashish Thusoo
>         Attachments: patch-578.txt, patch-578_1.txt, patch-578_2.txt
>
>
> Some bugs with partition pruning have been reported and the correct fix for 
> many of them is to rewrite the partition pruning code as an optimizer 
> transformation which gets kicked in after the predicate pushdown code. This 
> refactor also uses the graph walker framework so that the partition pruning 
> code gets consolidated well with the frameworks and does not work on the 
> query block but rather works on the operator tree.

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

Reply via email to