You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Thejas M Nair (JIRA)" <ji...@apache.org> on 2011/05/13 21:05:47 UTC

[jira] [Created] (PIG-2072) NPE when udf has project-star argument and input schema is null

NPE when udf has project-star argument and input schema is null
---------------------------------------------------------------

                 Key: PIG-2072
                 URL: https://issues.apache.org/jira/browse/PIG-2072
             Project: Pig
          Issue Type: Bug
    Affects Versions: 0.9.0
            Reporter: Thejas M Nair
            Assignee: Thejas M Nair
             Fix For: 0.9.0


{code}
grunt> l = load 'x' ;                 
grunt> f = foreach l generate CONCAT(*);
2011-05-13 12:04:48,355 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 2999: Unexpected internal error. null
{code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (PIG-2072) NPE when udf has project-star argument and input schema is null

Posted by "Thejas M Nair (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thejas M Nair updated PIG-2072:
-------------------------------

    Attachment: PIG-2072.1.patch

> NPE when udf has project-star argument and input schema is null
> ---------------------------------------------------------------
>
>                 Key: PIG-2072
>                 URL: https://issues.apache.org/jira/browse/PIG-2072
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>            Reporter: Thejas M Nair
>            Assignee: Thejas M Nair
>             Fix For: 0.9.0
>
>         Attachments: PIG-2072.1.patch
>
>
> {code}
> grunt> l = load 'x' ;                 
> grunt> f = foreach l generate CONCAT(*);
> 2011-05-13 12:04:48,355 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 2999: Unexpected internal error. null
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (PIG-2072) NPE when udf has project-star argument and input schema is null

Posted by "Thejas M Nair (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thejas M Nair resolved PIG-2072.
--------------------------------

    Resolution: Fixed

Unit test and test-patch passed. Patch committed to trunk and 0.9 branch.


> NPE when udf has project-star argument and input schema is null
> ---------------------------------------------------------------
>
>                 Key: PIG-2072
>                 URL: https://issues.apache.org/jira/browse/PIG-2072
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>            Reporter: Thejas M Nair
>            Assignee: Thejas M Nair
>             Fix For: 0.9.0
>
>         Attachments: PIG-2072.1.patch
>
>
> {code}
> grunt> l = load 'x' ;                 
> grunt> f = foreach l generate CONCAT(*);
> 2011-05-13 12:04:48,355 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 2999: Unexpected internal error. null
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (PIG-2072) NPE when udf has project-star argument and input schema is null

Posted by "Daniel Dai (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13033271#comment-13033271 ] 

Daniel Dai commented on PIG-2072:
---------------------------------

+1

> NPE when udf has project-star argument and input schema is null
> ---------------------------------------------------------------
>
>                 Key: PIG-2072
>                 URL: https://issues.apache.org/jira/browse/PIG-2072
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>            Reporter: Thejas M Nair
>            Assignee: Thejas M Nair
>             Fix For: 0.9.0
>
>         Attachments: PIG-2072.1.patch
>
>
> {code}
> grunt> l = load 'x' ;                 
> grunt> f = foreach l generate CONCAT(*);
> 2011-05-13 12:04:48,355 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 2999: Unexpected internal error. null
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira