[ https://issues.apache.org/jira/browse/HIVE-24158?focusedWorklogId=483895&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-483895 ]
ASF GitHub Bot logged work on HIVE-24158: ----------------------------------------- Author: ASF GitHub Bot Created on: 14/Sep/20 09:42 Start Date: 14/Sep/20 09:42 Worklog Time Spent: 10m Work Description: klcopp opened a new pull request #1494: URL: https://github.com/apache/hive/pull/1494 Field Map<Integer, Writer> outWriters isn't cleared during operation close. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 483895) Remaining Estimate: 0h Time Spent: 10m > Cleanup isn't complete in OrcFileMergeOperator#closeOp > ------------------------------------------------------ > > Key: HIVE-24158 > URL: https://issues.apache.org/jira/browse/HIVE-24158 > Project: Hive > Issue Type: Bug > Reporter: Karen Coppage > Assignee: Karen Coppage > Priority: Major > Time Spent: 10m > Remaining Estimate: 0h > > Field Map<Integer, Writer> outWriters isn't cleared during operation close: > {code:java} > if (outWriters != null) { > for (Map.Entry<Integer, Writer> outWriterEntry : outWriters.entrySet()) { > Writer outWriter = outWriterEntry.getValue(); > outWriter.close(); > outWriter = null; > } > }{code} -- This message was sent by Atlassian Jira (v8.3.4#803005)