[
https://issues.apache.org/jira/browse/GORA-460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lewis John McGibbney resolved GORA-460.
---------------------------------------
Resolution: Fixed
Thank you [~renato2099]
> InputStream is not closed in DataStoreFactory#getMappingFile()
> --------------------------------------------------------------
>
> Key: GORA-460
> URL: https://issues.apache.org/jira/browse/GORA-460
> Project: Apache Gora
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Renato Javier MarroquĂn Mogrovejo
> Priority: Minor
> Fix For: 0.7
>
>
> Here is related code:
> {code}
> InputStream mappingFile =
> store.getClass().getClassLoader().getResourceAsStream(mappingFilename);
> if (mappingFile == null)
> throw new IOException("Unable to open mapping file: "+mappingFilename);
> return mappingFilename;
> {code}
> mappingFile should be closed before returning.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)