Rohini Palaniswamy created PIG-3300:
---------------------------------------

             Summary: Optimize partition filter pushdown
                 Key: PIG-3300
                 URL: https://issues.apache.org/jira/browse/PIG-3300
             Project: Pig
          Issue Type: Improvement
    Affects Versions: 0.11
            Reporter: Rohini Palaniswamy


When there is a AND and OR condition involved with combination of partition and 
non-partition columns like 

(pcond1 and npcond1) or (pcond2 and npcond2), push the partition filter as 
(pcond1 or pcond2) to the LoadFunc. We will still be applying the whole filter 
condition on the loaded data. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to