You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Rohini Palaniswamy (JIRA)" <ji...@apache.org> on 2017/10/02 22:06:00 UTC

[jira] [Resolved] (PIG-5307) NPE in TezOperDependencyParallelismEstimator

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

Rohini Palaniswamy resolved PIG-5307.
-------------------------------------
      Resolution: Fixed
    Hadoop Flags: Reviewed

Committed to trunk. Thanks for the review Olga.

> NPE in TezOperDependencyParallelismEstimator
> --------------------------------------------
>
>                 Key: PIG-5307
>                 URL: https://issues.apache.org/jira/browse/PIG-5307
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Rohini Palaniswamy
>            Assignee: Rohini Palaniswamy
>            Priority: Minor
>             Fix For: 0.18.0
>
>         Attachments: PIG-5307-1.patch
>
>
> In case of the constant being null, NPE is thrown. This was encountered by a user who was generating the field name based on a condition which expanded to NULL when condition was not met. For eg:
> {code}
> x = FILTER x BY (chararray) NULL == 'fieldvalue';
> {code}



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