You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org> on 2010/11/24 05:59:15 UTC

[jira] Updated: (HIVE-1538) FilterOperator is applied twice with ppd on.

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

Amareshwari Sriramadasu updated HIVE-1538:
------------------------------------------

    Attachment: patch-1538.txt

Patch with following changes:
* creates a filter operator with unpushed predicates, as a child of the operator through which the predicates could not be pushed.
* removes original filter operator if it does not have any non-final candidates. 
With creating a child filter operator with the non-final candidates and removing the original one, I'm seeing some problems. So, would like to do that in a followup jira.
* Updates all the tests with new explain plans.

> FilterOperator is applied twice with ppd on.
> --------------------------------------------
>
>                 Key: HIVE-1538
>                 URL: https://issues.apache.org/jira/browse/HIVE-1538
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>         Attachments: patch-1538.txt
>
>
> With hive.optimize.ppd set to true, FilterOperator is applied twice. And it seems second operator is always filtering zero rows.

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