You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Richard Ding (JIRA)" <ji...@apache.org> on 2010/04/07 00:33:33 UTC

[jira] Created: (PIG-1358) [piggybank] String functions should handle exceptions in a consistent manner

[piggybank] String functions should handle exceptions in a consistent manner 
-----------------------------------------------------------------------------

                 Key: PIG-1358
                 URL: https://issues.apache.org/jira/browse/PIG-1358
             Project: Pig
          Issue Type: Bug
    Affects Versions: 0.7.0
            Reporter: Richard Ding


The String functions in piggybank handles exceptions differently. Some catches all exceptions, some catches only ClassCastException, while some catches only ExecException. The exception handling code in these functions should be consistent.

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


[jira] Assigned: (PIG-1358) [piggybank] String functions should handle exceptions in a consistent manner

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

Alan Gates reassigned PIG-1358:
-------------------------------

    Assignee: Daniel Dai

> [piggybank] String functions should handle exceptions in a consistent manner 
> -----------------------------------------------------------------------------
>
>                 Key: PIG-1358
>                 URL: https://issues.apache.org/jira/browse/PIG-1358
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>            Reporter: Richard Ding
>            Assignee: Daniel Dai
>             Fix For: 0.9.0
>
>
> The String functions in piggybank handles exceptions differently. Some catches all exceptions, some catches only ClassCastException, while some catches only ExecException. The exception handling code in these functions should be consistent.

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


[jira] Updated: (PIG-1358) [piggybank] String functions should handle exceptions in a consistent manner

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

Olga Natkovich updated PIG-1358:
--------------------------------

    Fix Version/s: 0.9.0

> [piggybank] String functions should handle exceptions in a consistent manner 
> -----------------------------------------------------------------------------
>
>                 Key: PIG-1358
>                 URL: https://issues.apache.org/jira/browse/PIG-1358
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>            Reporter: Richard Ding
>             Fix For: 0.9.0
>
>
> The String functions in piggybank handles exceptions differently. Some catches all exceptions, some catches only ClassCastException, while some catches only ExecException. The exception handling code in these functions should be consistent.

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