You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Cheolsoo Park (JIRA)" <ji...@apache.org> on 2014/02/18 20:58:19 UTC

[jira] [Updated] (PIG-3657) New partition filter extractor fails with NPE

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

Cheolsoo Park updated PIG-3657:
-------------------------------

    Fix Version/s: 0.12.1

Done. It's committed to 0.12.1 too. Thanks Aniket for the quick response.

> New partition filter extractor fails with NPE
> ---------------------------------------------
>
>                 Key: PIG-3657
>                 URL: https://issues.apache.org/jira/browse/PIG-3657
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>            Reporter: Cheolsoo Park
>            Assignee: Cheolsoo Park
>             Fix For: 0.12.1, 0.13.0
>
>         Attachments: PIG-3657-1.patch
>
>
> To reproduce the issue, try a filter expression as follows-
> {code}
> b = FILTER a BY partition_column < x OR (partition_column == y AND non-partition_column == z); 
> {code}
> Pig fails with NPE, and the stack trace is something like this-
> {code}
> Caused by: java.lang.NullPointerException
>     at org.apache.pig.newplan.FilterExtractor.checkPushDown(FilterExtractor.java:252)
>     at org.apache.pig.newplan.FilterExtractor.visit(FilterExtractor.java:115)
>     at org.apache.pig.newplan.logical.rules.PartitionFilterOptimizer$PartitionFilterPushDownTransformer.transform(PartitionFilterOptimizer.java:150)
>     at org.apache.pig.newplan.optimizer.PlanOptimizer.optimize(PlanOptimizer.java:110)
>     ... 18 more
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)