You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Rajesh Balamohan (JIRA)" <ji...@apache.org> on 2015/10/29 17:06:27 UTC

[jira] [Comment Edited] (TEZ-2814) ATSImportTool has a return statement in a finally block

    [ https://issues.apache.org/jira/browse/TEZ-2814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14980686#comment-14980686 ] 

Rajesh Balamohan edited comment on TEZ-2814 at 10/29/15 4:06 PM:
-----------------------------------------------------------------

[~hitesh] - Please review when you find time.


was (Author: rajesh.balamohan):
[~hitesh] - Please review when you find sometime.

> ATSImportTool has a return statement in a finally block 
> --------------------------------------------------------
>
>                 Key: TEZ-2814
>                 URL: https://issues.apache.org/jira/browse/TEZ-2814
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Hitesh Shah
>            Assignee: Rajesh Balamohan
>         Attachments: TEZ-2814.1.patch
>
>
> {code}
>  } catch (Exception e) {
>       LOG.error("Error in processing ", e);
>       throw e;
>     } finally {
>      return result;
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)