Hitesh Shah created TEZ-2814:
--------------------------------
Summary: 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
{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)
