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

Olga Natkovich updated PIG-137:
-------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I think this issue has been addressed with the latest code. Please, reopen if 
this is still a problem.

> 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.

Reply via email to