You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Utkarsh Srivastava (JIRA)" <ji...@apache.org> on 2007/11/20 20:22:43 UTC

[jira] Created: (PIG-27) IOException thrown by a user function is caught

IOException thrown by a user function is caught
-----------------------------------------------

                 Key: PIG-27
                 URL: https://issues.apache.org/jira/browse/PIG-27
             Project: Pig
          Issue Type: Bug
          Components: impl
            Reporter: Utkarsh Srivastava
            Assignee: Utkarsh Srivastava


If a user-defined function throws an IOException, we catch it and ignore it silently. We create a runtime exception out of the IOException. but never throw that run time exception

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (PIG-27) IOException thrown by a user function is caught

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

Utkarsh Srivastava resolved PIG-27.
-----------------------------------

    Resolution: Invalid

Sorry, I was browsing an older version of the code. This issue is not present in the current code.

> IOException thrown by a user function is caught
> -----------------------------------------------
>
>                 Key: PIG-27
>                 URL: https://issues.apache.org/jira/browse/PIG-27
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>            Reporter: Utkarsh Srivastava
>            Assignee: Utkarsh Srivastava
>
> If a user-defined function throws an IOException, we catch it and ignore it silently. We create a runtime exception out of the IOException. but never throw that run time exception

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.