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

[jira] Commented: (PIG-137) test instantiation of StoreFunc in LOStore swallows (cause) exceptions

    [ https://issues.apache.org/jira/browse/PIG-137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12610016#action_12610016 ] 

Olga Natkovich commented on PIG-137:
------------------------------------

Johannes, this code is being almost completely rewritten in the types branch. I think it would make sense to review the code their and suubmit patch of needed for that code. Would that work?

> test instantiation of StoreFunc in LOStore swallows (cause) exceptions
> ----------------------------------------------------------------------
>
>                 Key: PIG-137
>                 URL: https://issues.apache.org/jira/browse/PIG-137
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>            Reporter: Johannes Zillmann
>         Attachments: PIG-137-633746.patch
>
>
> The current handling
> {noformat}
> IOException ioe = new IOException(e.getMessage());
> ioe.setStackTrace(e.getStackTrace());
> throw ioe;
> {noformat}
> passes the exception message and the stacktrace of the exception, but not the stacktraces of the exceptions wich caused the exception.

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