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

Koji Noguchi updated PIG-5299:
------------------------------
       Resolution: Fixed
     Hadoop Flags: Reviewed
    Fix Version/s: 0.17.1
           Status: Resolved  (was: Patch Available)

Thanks for the review Rohini! 

Committed to branch 0.17 and trunk.

> PartitionFilterOptimizer failing at compile time
> ------------------------------------------------
>
>                 Key: PIG-5299
>                 URL: https://issues.apache.org/jira/browse/PIG-5299
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Koji Noguchi
>            Assignee: Koji Noguchi
>             Fix For: 0.17.1
>
>         Attachments: pig-5299-delayremoval-v1.patch
>
>
> Following (rather simple) code 
> {code:title=test.pig}
> A = LOAD '/tmp/testinput' using org.apache.pig.test.TestLoader ('srcid:int, 
> mrkt:chararray, dstid:int, name:chararray', 'srcid'); --srcid is the 
> partition-key
> B= filter A by dstid != 10 OR ((dstid < 3000 and srcid == 1000) OR (dstid >= 
> 3000 and srcid == 2000));
> dump B;
> {code}
> is failing with 
> {panel}
> 2017-09-07 16:37:03,210 \[main] ERROR org.apache.pig.tools.grunt.Grunt - 
> ERROR 2243: Attempt to remove operator GreaterThanEqual that is still 
> connected in the plan
> {panel}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to