On Thu, Sep 5, 2013 at 7:58 PM, Jacques Nadeau (JIRA) <[email protected]>wrote:
> > [ > https://issues.apache.org/jira/browse/DRILL-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] > > Jacques Nadeau resolved DRILL-212. > ---------------------------------- > > Resolution: Fixed > > Fixed in ad992eb > > > Resource leak in > org.apache.drill.exec.store.parquet.ParquetRecordReader.setup() > > > -------------------------------------------------------------------------------- > > > > Key: DRILL-212 > > URL: https://issues.apache.org/jira/browse/DRILL-212 > > Project: Apache Drill > > Issue Type: Bug > > Reporter: Aditya Kishore > > Assignee: Aditya Kishore > > > > {{FSDataInputStream}} opened in this function is not closed. This leads > to resource leak and test failures on Windows ({{'\tmp\test.parquet'}} can > not be deleted). > > -- > This message is automatically generated by JIRA. > If you think it was sent incorrectly, please contact your JIRA > administrators > For more information on JIRA, see: http://www.atlassian.com/software/jira >
