You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Jacob Perkins (JIRA)" <ji...@apache.org> on 2014/02/25 23:07:21 UTC

[jira] [Assigned] (PIG-3779) Assert constructs ConstantExpression with null when no comment is given

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

Jacob Perkins reassigned PIG-3779:
----------------------------------

    Assignee: Jacob Perkins  (was: Cheolsoo Park)

> Assert constructs ConstantExpression with null when no comment is given
> -----------------------------------------------------------------------
>
>                 Key: PIG-3779
>                 URL: https://issues.apache.org/jira/browse/PIG-3779
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Cheolsoo Park
>            Assignee: Jacob Perkins
>             Fix For: 0.13.0
>
>         Attachments: assert.diff
>
>
> I ran into this problem with Lipstick after deploying ASSERT. When ASSERT is not given any comment, LogicalPlanBuilder constructs ConstantExpression with null. Later tools like Lipstick try to convert it to a String resulting in NPE.
> Although it's possible to handle this case in Lipstick, I feel ConstantExpression shouldn't be constructed with null in the first place.
> Here is the code in LogicalPlanBuilder-
> {code}
> ConstantExpression constExpr = new ConstantExpression(exprPlan, comment);
> {code}



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