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] [Assigned] (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:all-tabpanel ]

Rajesh Balamohan reassigned TEZ-2814:
-------------------------------------

    Assignee: Rajesh Balamohan

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